.mainDiv
{
	text-align: left;
	width: 200px;
}

.topItem
{
	font-size: 1.0em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	letter-spacing: 0;
	background: url("../Images/SwitchMenu/arrow-up-title.jpg") no-repeat 0 0;
	background-position:center center;
	background-repeat:no-repeat;
	border: none;
	width: 160px;
	height: 22px;
	color: #009db0;
	cursor: pointer;
	text-indent: 0px;
	border-top: 1px solid #ededed;
	border-bottom: 1px solid #e2e2e2;
	padding-top: 3px;
	padding-left: 10px;
	padding-right: 30px;
	text-align: left;
}

.topItem a
{
	text-decoration: none;
}

.topItemOver
{
	font-size: 1.0em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	letter-spacing: 0;
	background: url("../Images/SwitchMenu/arrow-up-title-on.jpg") no-repeat 0 0;
	background-position:center center;
	background-repeat:no-repeat;
	height: 22px;
	width: 160px;
	color: #000000;
	cursor: pointer;
	text-indent: 0px;
	border-top: 1px solid #ededed;
	border-bottom: 1px solid #e2e2e2;
	padding-top: 3px;
	padding-left: 10px;
	padding-right: 30px;
	text-align: left;
}

.topItemOver a
{
	text-decoration: none;
}

.topItemClose
{
	font-size: 1.0em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	letter-spacing: 0;
	background: url("../Images/SwitchMenu/arrow-down-title.jpg") no-repeat 0 0;
	background-position:center center;
	background-repeat:no-repeat;
	height: 22px;
	width: 160px;
	color: #000000;
	cursor: pointer;
	text-indent: 0px;
	border-top: 1px solid #ededed;
	border-bottom: 1px solid #e2e2e2;
	padding-top: 3px;
	padding-left: 10px;
	padding-right: 30px;
	text-align: left;
}

.topItemClose a
{
	text-decoration: none;
}

.topItemCloseOver
{
	font-size: 1.0em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	letter-spacing: 0;
	background: url("../Images/SwitchMenu/arrow-down-title-on.jpg") no-repeat 0 0;
	background-position:center center;
	background-repeat:no-repeat;
	height: 22px;
	width: 160px;
	color: #009db0;
	cursor: pointer;
	text-indent: 0px;
	border-top: 1px solid #ededed;
	border-bottom: 1px solid #e2e2e2;
	padding-top: 3px;
	padding-left: 10px;
	padding-right: 30px;
	text-align: left;
}

.topItemCloseOver a
{
	text-decoration: none;
}

.dropMenu
{
	background-color: #d8d1d9;
	color: #000;
	filter: alpha(opacity=100);
	margin: 0px;
	padding: 0px;
}

.subMenu
{
	display:block;
}

.subItem
{
	height: 25px;
	line-height: 25px;
	width: 190px;
	font-size: 0.9em;	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;	
	text-decoration: none;
	color: #009db0;
	text-indent: 25px;
	border-bottom: 1px solid #e2e2e2;
	background: url("../Images/SwitchMenu/sub-item-arrow.jpg");
	background-position: center center;
	background-repeat: no-repeat;
	padding-left: 0px;
	padding-right: 10px;
	text-align: left;
	vertical-align: middle;
}

.subItem a
{
	text-decoration: none;
	color: #009db0;
	cursor: pointer;
}

.subItemOver
{
	height: 25px;
	line-height: 25px;
	width: 190px;
	font-size: 0.9em;	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;	
	text-decoration: none;
	color: #009db0;
	text-indent: 25px;
	border-bottom: 1px solid #e2e2e2;
	background: url("../Images/SwitchMenu/sub-item-arrow.jpg");
	background-position: center center;
	background-repeat: no-repeat;
	padding-left: 0px;
	padding-right: 10px;
	text-align: left;
	vertical-align: middle;
}

.subItemOver a
{
	text-decoration: underline;
	cursor: pointer;
	color: #009db0;
}

.parentOnlyItem
{
	height: 25px;
	line-height: 25px;
	width: 160px;
	font-size: 1.0em;	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;	
	text-decoration: none;
	color: #000000;
	background-color: #e7e7e7;
	text-indent: 0px;
	border-top: 1px solid #ededed;
	border-bottom: 1px solid #e2e2e2;
	padding-left: 10px;
	padding-right: 30px;
	text-align: left;
	vertical-align: middle;
}

.parentOnlyItem a
{
	text-decoration: none;
	color: #000000;
}

.parentOnlyItem a:hover
{
	color: #009db0;
	text-decoration: underline;
}

.menuImageHolder
{
	width: 200px;
	height: 154px;
	border: none;
	padding: 0px;
	margin: 0px;
	text-align: left;
}

.menuImageHolder img
{
	border: none;
}

.drop
{
	border-left: 1px solid black;
	border-right: 1px solid black;	
}




