.anylinkcss{
position:absolute;
visibility: hidden;
border:1px solid navy;
border-bottom-width: 0;
font:normal 12px tahoma;
line-height: 18px;
z-index: 100;
background-color: #d3e7f2;
width: 205px;
color:navy;
}

.anylinkcss a{
width: 100%;
display: block;
text-indent: 3px;
border-bottom: 1px solid navy;
padding: 1px 0;
text-decoration: none;
font:bold 12px tahoma;
text-indent: 5px;
color:navy;
}

.anylinkcss a:hover{ /*hover background color*/
background-color: #91bfd9;
color: white;
}
}
