div.domMenu_menuElement {
    font-size: 11px;
    border-right: 2px solid #ffffff;  
    height: 20px;
    line-height: 20px;
    vertical-align: middle;
    background: #eaeaea;
    padding-left: 10px;
    padding-right: 10px;
    white-space: nowrap;
}
div.domMenu_menuElementHover {
	color: #ffffff;
	background: #000000;
}
div.domMenu_subMenuBar {
    border-top: 1px solid #000000;
    border-left: 1px solid #000000;
    border-right: 1px solid #000000;
    background-color: #8e8e8e;
    margin-left: 1px;
    margin-top: 0px;
}
div.domMenu_subMenuElement {
    font-size: 11px;
    border-bottom: solid #000000 1px;
    color: #ffffff;
    text-align: left;
    padding: 2px;
    padding-left: 10px;
    padding-right: 10px;
}
div.domMenu_subMenuElementHover {
    background-color: #000000;
}
