/* Default Style (Opera inspired) */
div.domMenu_menuBar {
    margin-top: 0px;
}
div.domMenu_menuElement {
	border-bottom: solid #eaeaea;  
	border-width: 1px;
	text-align: left;
	font-weight: bold;
	padding-left: 10px;
	/*height: 22px;*/
	line-height: 18px;
	vertical-align: middle;
	color: #003366;
	font-size: 11px;
}
div.domMenu_menuElementHover {
	 color: #336699;
	 background-color: #f5f5f5;
    /*background: url(/layout/eternit_intranet/images/gradient_hover.png); 
	 background-repeat: repeat-x;*/
}
div.domMenu_subMenuBar {
    border: 1px solid #eaeaea;
    background-color: #ffffff;
    padding-bottom: 0px;
    opacity: .95;
    filter: alpha(opacity=95);
	 padding: 1px;
}
div.domMenu_subMenuElement {
	 width: 200px;
    font-size: 11px;
	 font-weight: bold;
    border: 1px solid #eaeaea;
    margin: 1px 1px 1px 1px;
	 color: #003366;
    padding: 2px 7px;
	 vertical-align: middle;
}
div.domMenu_subMenuElementHover {
    background-color: #f5f5f5;
	 color: #336699;
}

div.domMenu_subMenuElementHeading {
    font-weight: bold;
}
div.hr {
    border-top: 1px solid #906040;
    border-bottom: 1px solid #e0b090;
}
