.anylinkcss{
position:absolute;
visibility: hidden;
border:1px solid #dfeefa;
border-bottom-width: 1;
font:normal 10px Verdana;
line-height: 14px;
z-index: 100;
background-color: #f0f5f9;
width: 180px;
}

.anylinkcss a{
width: 100%;
display: block;
text-indent: 3px;
border-bottom: 0px solid #e2e2e2;
padding: 2px 0;
text-decoration: none;
font-weight: none;
text-indent: 5px;
}

.anylinkcss a:hover{ /*hover background color*/
background-color: #dfeefa;
color: #2977ab;
}
}