.anylinkcss{
position:absolute;
visibility: hidden;
border:1px solid black;
border-bottom-width: 0;
font:normal 13px Arial Unicode MS;
line-height: 15px;
z-index: 100;
background-color: #000000;
width: 205px;
}

.anylinkcss a{
width: 100%;
display: block;
text-indent: 20px;
border-bottom: 1px solid Black;
padding: 3px 0;
text-decoration: none;
font-weight: bold;
text-indent: 3px;
}

.anylinkcss a:hover{ /*hover background color*/
background-color: white;
color: #3CA3FB;
}
}