/* Default Style (Opera inspired) */
div.domMenu_menuBar {
    border: solid #7E7E7E; 
    border-width: 0px 0px 0px 0px;
}
div.domMenu_menuElement {
	background-image:url('/images/dotted_bg.gif');
	background-repeat:repeat-y;
	background-position:left top;
	padding:6px 0px 0px 5px;
	text-align:left;
	color:#0E1F78;
	width:55px;
	height:26px;
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:bold;
}
div.domMenu_menuElementHover {
	background-image:url('/images/menu_over_bg.gif');
	background-repeat:repeat-x;
	background-position:left top;
	color:#F54500;
	font-weight:bold;
}
div.domMenu_subMenuBar {
    /*border: dotted #000066 1px;*/
    border-top: 1px solid #F0F0F0 ;
	background-color: #FFFFFF;
    padding-bottom: 1px;
    opacity: 1;
    filter: alpha(opacity=100);
}
div.domMenu_subMenuElement {
	color:#0E1F78;
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	font-size:11px;
    border-bottom: 1px solid #F0F0F0 ;
	border-right: 1px solid #F0F0F0 ;
	background-image:url('/images/dotted_bg.gif');
	background-repeat:repeat-y;
	background-position:left top;
    padding: 2px 7px 2px 5px;
}
div.domMenu_subMenuElementHover {
    background-color: #F4F4F4;
}


