/* Default Style */
div#domMenu_main {
    width:800px;
}
div.domMenu_menuBar {
    border-width:0;
}
div.domMenu_menuElement {
    background-color:#ccccff; 
    border:2px solid #6a79bc;
    border-width:0 0 2px 0;
    color:#4c5b9e;
    font-family:Arial,'Trebuchet MS',Helvetica,sans-serif;
    font-size:12pt;
    padding:1px 0px 2px 0;
    text-align:center;
    width:100%;
}
div.domMenu_menuElementHover {
    color: #ffffff;
}
div.domMenu_subMenuBar {
}
div.domMenu_subMenuElement {
    background-color:#9999cc; 
    color:#000066;
    font-family:'Trebuchet MS',Helvetica,sans-serif;
    font-size:12pt;
    padding:3px;
}
div.domMenu_subMenuElementHeading {
    font-weight:bold;
}
div.domMenu_subMenuElementHover {
    color:#6666cc;
}

