/* -- DomMenu Style --*/
.domMenu_menuBar {
    color: #ffccff;
    border-width: 0px 0px 0px 0px;
}
.domMenu_menuElement {
    font-weight: bold;
    background-color: #a60053;
    color: #ffccff;
    border-width: 0px 0px 0px 0px;
    text-align: center;
    padding: 3px 10px 3px 10px;
}
.domMenu_menuElement span {
    font-weight: bold;
    color: #ffccff;
    text-align: center;
}
.domMenu_menuElementHover {
    color: green;
}
.domMenu_menuElementHover span {
    color: green;
}
.domMenu_sep {
    height : 3px;
}

