.anylinkcss{
position:absolute;
visibility: hidden;
border:1px solid #ceb70d;
border-bottom-width: 0;
font:normal 11px Arial;
line-height: 18px;
z-index: 100;
background-image:url(../images/dropdownmenubg.gif);
background-repeat:repeat-x;
background-color:#f1db38;
width: 120px;
}

.anylinkcss a{
width: 100%;
display: block;
text-indent: 3px;
border-bottom: 1px solid #ceb70d;
padding: 1px 0;
text-decoration: none;
font-weight: bold;
text-indent: 5px;
color: #554108;

}

.anylinkcss a:link{
color:#000000;
}

.anylinkcss a:active{ 
color:#000000;
}

.anylinkcss a:visited{ 
color:#000000;
}


.anylinkcss a:hover{ /*hover background color*/
background-color: #ffc20f;
color: #554108;
}
