 /* hidden submenu style */
.menu_subHidden {
	position:absolute;
	top:-1600px;
	left:-1600px;
	visibility:hidden;
	z-index:1;
}

/* main menu item styles */
.menu_Holder  {
	width:210px;
	text-transform: uppercase;
	padding-top: 10px;
	padding-bottom: 10px;
}

.menu_ItemOn  {
	width:190px !important;
	width:214px;
	background-image: url(../images/menu_arrow_white.gif);
	background-repeat: no-repeat;
	color: white;
	text-decoration: none;
	font-size: 12px;
	letter-spacing: 1px;
	font-weight: bold;
	cursor:pointer;
	padding: 5px 0px 5px 20px;
	background-color: #C8020A;
}

.menu_ItemOff {
	width:190px !important;
	width:214px;
	background-image: url(../images/menu_arrow_white.gif);
	background-repeat: no-repeat;
	color: white;
	text-decoration: none;
	font-size: 12px;
	letter-spacing: 1px;
	font-weight: bold;
	cursor:pointer;
	padding: 5px 0px 5px 20px;
}

.menu_rightImage {
	margin-top: -15px;
	margin-right: 10px;
	width: 10px;
	height: 14px;
	background-image: url(../images/x.gif);
	float: right;
}

/* submenu menu item styles */
.menu_subTop  {
	background: url(../images/menu_top.gif) no-repeat;
	width: 176px;
	height: 6px;
	margin: -15px 0px 0px -10px !important;
	margin: 0px 0px 0px 0px;
}

.menu_subBottom  {
	background: url(../images/menu_bot.gif) no-repeat;
	width: 176px;
	height: 6px;
	margin-left: -10px !important;
	margin-left: 0px;
}

.menu_subHolder  {
	margin: 0px 0px 0px -10px !important;
	margin: -7px 0px 0px 0px;
	color: black;
	font-weight: bold;		
}

/*****************************/

.menu_subItemOn  {
	background-image: url(../images/menu_arrow_black.gif);
	background-repeat: no-repeat;
	width: 151px !important;
	width: 176px;
	background-color: #C5C5C5;
	padding: 5px 5px 5px 20px;
	cursor:pointer;
}

.menu_subItemOff {
	background-image: url(../images/menu_arrow_white2.gif);
	color: white;
	background-repeat: no-repeat;
	width: 151px !important;
	width: 176px;
	background-color: #949494;
	padding: 5px 5px 5px 20px;
	cursor:pointer;
}

.menu_subrightImage {
	margin-top: -25px;
	margin-right: 10px;
	width: 10px;
	height: 14px;
	background-image: url(../images/x.gif);
	float: right;
}
