#menu .anylinkcss{
position:absolute;
visibility: hidden;
border:1px solid #dbc104;
border-bottom-width: 0;
font:normal 12px Verdana;
line-height: 18px;
z-index: 100;
/*background-color: #fce004;*/
background-color: #44619b;
width: 205px;
}

#menu .anylinkcss a{
width: 100%;
display: block;
text-indent: 3px;
border-bottom: 1px solid #dbc104;
padding: 5px 0;
text-decoration: none;
font-weight: bold;
text-indent: 5px;
/*color:#022772;*/ 
color:#fee000;
}

#menu .anylinkcss a:hover{ /*hover background color*/
/*background-color: #022772;
color:#fce004;*/
background-color: #fee000;
color:#44619b;
}



