.anylinkcss{
position: absolute;
visibility: hidden;
border: 1px solid rgb(0,0,128);
border-bottom-width: 0;
font:normal 8px Verdana;
line-height: 18px;
z-index: 100;
background-color: #E9FECB;
width: 204px;
}

.anylinkcss a{
width: 100%;
display: block;
text-indent: 3px;
border-bottom: 1px solid rgb(0,0,128);
padding: 1px 0;
text-decoration: none;
font-weight: normal;
font-size: 9pt;
text-indent: 5px;
}

.anylinkcss a:hover{ /*hover background color*/
background-color: rgb(0,0,128);
color: white;
text-decoration: none;
}