/* -------------------------------new menu styles --------------------------------*/
.menuon {
	color:#9A1B12;
	text-align:left;
	font-size:11px;
	font-family:Tahoma;
	font-weight:bold;
}

.submenuon_topbg {
	color:#9A1B12;
	text-align:left;
	font-size:10.9pt;
	font-size:11px;
	font-family:Tahoma;
	background-image:url(../Images/menu/curve.gif);
	background-position:top right;
	background-repeat:no-repeat;
}

.submenuon_botbg {
	color:#9A1B12;
	text-align:left;
	font-size:11px;
	font-family:Tahoma;
	font-weight:bold;
	background-image:url(../Images/menu/bottom_curve.gif);
	background-position:bottom right;
	background-repeat:no-repeat;
}

.menu_item
{
	COLOR: #000066;
	font-weight:bold;
	font-size:11px;
	font-family:Tahoma;
	vertical-align:middle;
	text-align:left;
	BACKGROUND-COLOR:#D5DEED;
	cursor:pointer;
}
.menu_item_topbg
{
	background-image:url(../Images/menu/curve.gif);
	background-position:top right;
	background-repeat:no-repeat;
}
.menu_item_botbg
{
	background-image:url(../Images/menu/bottom_curve.gif);
	background-position:bottom right;
	background-repeat:no-repeat;	
}