.anylinkcss{
position:absolute;
visibility: hidden;
border:1px #E3C057;
border-bottom-width: 0;
font:normal 12px Arial;
line-height: 18px;
z-index: 70;
background-color: #FFE5AE;
width: 186px;
}
.anylinkcss a{
width: 100%;
display: block;
text-indent: 3px;
border-bottom: 1px solid brown;
border-left: 1px solid brown;
padding: 1px 0;
font:normal 12px Georgia,Arial;
text-decoration: none;
font-weight: bold;
color: #990000;
text-indent: 3px;
}

.anylinkcss a:hover{ /*hover background color*/
background-color: #421C00;
color: white;
}
}
