.anylinkcss {
position:absolute;
visibility: hidden;
border:1px solid #FFFFFF;
border-bottom-width: 0;
font:normal 10px Georgia, "Times New Roman", Times, serif;
line-height: 18px;
z-index: 100;
background-color:#990000;
width: 160px;
}

.anylinkcss a {
width: 100%;
display: block;
text-indent: 10px;
border-bottom: 1px solid #FFFFFF;
padding: 1px 0;
text-decoration: none;
color:#FFFFFF;
text-transform:uppercase;
font-weight:bold;
}

.anylinkcss a:hover { /*hover background color*/
background-color:#000033;
color:#FFFFFF;
}
