.anylinkcss{
position: absolute;
visibility: hidden;
border:1px solid #000000;
border-bottom-width: 0;
font:normal 11px Arial;
line-height: 18px;
z-index: 100;
background-color: #9AC2D9;
width: 80px;
}

.anylinkcss a{
text-align: left;
width: 100%;
display: block;
border-bottom: 1px solid #333333;
padding: 0px;
text-decoration: none;
font-weight: normal;
text-indent: 4px;
}

.anylinkcss a:hover{ /*hover background color*/
background-color: #FFFFFF;
color: #418DB7;
text-decoration: underline;
}