/* Default Style (Opera inspired) */
div.domMenu_menuBar {
    border: solid white;  
    border-width: 0 0px 0px 0;
    background-color:#5AB7C9;
    height: 250px;
    width: 250px;
}
div.domMenu_menuElement {
    background-color:#5AB7C9;
    font-family: Arial, sans-serif; 
    font-size: 12px;
    font-weight: bold;
    border: solid white;  
    border-width: 0 0px 1px 0;
    color: white;
    text-align: center;
    height: 30px;
    line-height: 30px;
    width: 250px;
    vertical-align: bottom;
}
div.domMenu_menuElementHover {
	background-color:#1399B6;
}
div.domMenu_subMenuBar {
    border: 1px solid white;  
    background-color:#5AB7C9;
    width: 250px;
}
div.domMenu_subMenuElement {
    background-color:#5AB7C9;
    font-family: Arial, sans-serif; 
    font-size: 12px;
    font-weight: bold;
    border: solid white;  
    border-width: 0 0px 1px 0;
    color: white;
    text-align: center;
    height: 30px;
    line-height: 30px;
    width: 250px;
    vertical-align: bottom;
}
div.domMenu_subMenuElementHover {
	background-color:#1399B6;
}
