.anylinkcss{
position:absolute;
visibility: hidden;
border:1px solid #000051;
border-bottom-width: 0;
font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
font-size:10px;
font-weight:bold;
line-height: 18px;
z-index: 100;
background-color:#000051;
width: 175px;
}

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

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