.anylinkcss{
visibility: hidden;
position:absolute;
border:2px solid #9F8B70;
border-top:0;
font-size:11px;font-weight:bold;
font-family:Arial,Verdana,Helvitica,sans-serif;
text-transform:uppercase;
line-height: 18px;
z-index: 100;
background-color: #8F2D0E;
width: 250px;
text-align:left;
}

.anylinkcss a{
color: #FECCC3;
width: 100%;
display: block;
text-indent: 3px;
border-bottom: 0px solid gray;
padding: 4px 0;
text-decoration: none;
font-weight: bold;
text-indent: 5px;
}

.anylinkcss a:hover{ /*hover background color*/
background-color: #FDF7EA;
color: black;
}