 /* hidden submenu style */
.menu_subHidden {
	position:absolute;
	top:-1600px;
	left:-1600px;
	visibility:hidden;
	z-index:1;
}

/* main menu item styles */
.menu_Holder  {
	width:190px;
}

.menu_ItemOn  {
	width:190px;
	background-repeat: no-repeat;
	margin-top:10px;
	color: #FF5C32;
	text-decoration: none;
	font-size: 13px;
	letter-spacing: 1px;
	font-weight: bold;
	cursor:pointer;
	padding-left: 15px;
}

.menu_ItemOff {
	width:190px;
	background-repeat: no-repeat;
	margin-top:10px;	
	color: #6C6C6C;
	text-decoration: none;
	font-size: 13px;
	letter-spacing: 1px;
	font-weight: bold;
	cursor:pointer;
	padding-left: 15px;
}

.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: -10px;
	margin-left: -1px;
	border-right: #B2B2B2 1px solid;
	border-top: #B2B2B2 1px solid;
	border-bottom: #B2B2B2 1px solid;
	border-left: #B2B2B2 1px solid;
}

.menu_subItemOn  {
	width: 170px;
	background-color: #FFFFFF;
	padding: 10px;
	cursor:pointer;
}

.menu_subItemOff {
	width: 170px;
	background-color: #EFF0F1;
	padding: 10px;
	cursor:pointer;
}

.menu_subrightImage {
	margin-top: -25px;
	margin-right: 10px;
	width: 10px;
	height: 14px;
	float: right;
}

.menu_subDivider {
	height: 1px;
}