 /* hidden submenu style */
.menu_subHidden {
	position:absolute;
	top:-1600px;
	left:-1600px;
	visibility:hidden;
	z-index:1;
}

/* main menu item styles */
.menu_Holder  {

}

.menu_ItemOn  {
	background-repeat: no-repeat;
	color: #FF5C32;
	text-decoration: none;
	font-size: 13px;
	letter-spacing: 1px;
	font-weight: bold;
	cursor:pointer;
			float:left;
}

.menu_ItemOff {
	background-repeat: no-repeat;
	color: white;
	text-decoration: none;
	font-size: 13px;
	letter-spacing: 1px;
	font-weight: bold;
	cursor:pointer;
		float:left;
}

.menu_rightImage {
	margin-top: -15px;
	margin-right: 10px;
	width: 10px;
	height: 14px;
	float: right;
}

/* submenu menu item styles */
.menu_subTop  {
}

.menu_subBottom  {
}

.menu_subHolder  {
	margin-top: -1px;
	margin-left: -1px;
	border-right: #0566B3 1px solid;
	border-top: #0566B3 1px solid;
	border-bottom: #0566B3 1px solid;
	border-left: #0566B3 1px solid;
}

.menu_subItemOn  {
	background: url(../images/menu_bcg.gif) no-repeat;
	width: 170px;
	background-color: #2C8FCE;
	padding: 4px 8px 0px 8px;
	cursor:pointer;
	border-top:dotted #0552A1 1px;
	border-bottom:dotted #0552A1 1px;
	color:white;
	font-family:Tahoma;
	font-weight:bold;
	font-size:12px;
	padding-left:15px;
}

.menu_subItemOff {
	width: 170px;
	background-color: #077BC5;
	padding: 4px 8px 0px 8px;
	cursor:pointer;
	color:white;
	font-family:Tahoma;
	font-weight:bold;
	font-size:12px;
	border-top:dotted #0552A1 1px;
	border-bottom:dotted #0552A1 1px;
	padding-left:15px;
}

.menu_subrightImage {
	margin-top: -25px;
	margin-right: 10px;
	width: 10px;
	height: 14px;
	float: right;
	color:white;
}

.menu_subDivider {
	height: 1px;
}
