.MENUTITLE, .MENUTITLE:HOVER, .MENUTITLE_SELECTED {
 background-color: #843353;
 color: #FFFFFF;
 font-size: 9px;
 font-weight: normal;
 text-decoration: none;
 cursor: hand;
}

.MENUITEM, .MENUITEM:HOVER {
 color: #ffffff;
 font-size:9px;
 font-weight: normal;
 text-decoration: none;
 cursor: hand;
}

DIV.MENU_CONTAINER {
visibility: hidden;
position:absolute;
overflow: hidden;

}

DIV.MENU_SHOW {
position:relative;
visibility: visible;
}