/* Default Style (Opera inspired) */
div.domMenu_menuBar {
    margin-top: 0px;
}
div.domMenu_menuElement {
    border-bottom: dotted #99CC99;  
    border-width: 1px;
    text-align: left;
	 font-weight: bold;
    /*height: 22px;*/
    line-height: 18px;
    vertical-align: middle;
	 color: #808080;
}
div.domMenu_menuElementHover {
	 color: #556B2F;
    /*background: url(/layout/eternit_intranet/images/gradient_hover.png); 
	 background-repeat: repeat-x;*/
}
div.domMenu_subMenuBar {
    border: solid #dcdcdc 1px;
    background-color: #DDE8C6;
    padding-bottom: 0px;
    opacity: .95;
    filter: alpha(opacity=95);
	 padding: 1px;
}
div.domMenu_subMenuElement {
	 font-weight: bold;
    border: 1px dotted #eaeaea;
    margin: 1px 1px 1px 1px;
	 color: #808080;
    padding: 2px 7px;
    height: 16px;
    line-height: 16px;
	 vertical-align: middle;
}
div.domMenu_subMenuElementHover {
    background-color: #DDE8C6;
	 color: #FFFFFF;
}

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