.anylinkcss{
position:absolute;
visibility: hidden;
border:1px solid #D4DBE1;
border-bottom-width: 0;
font:normal 13px Verdana;
font-color: #ffffff;
line-height: 14px;
z-index: 1000;
background-color: #ffffff;
width: 200px;
}

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

.anylinkcss a:hover{ /*hover background color*/
background-color: #21A7Ea;
color: #ffffff;
}
