.anylinkcss{
position:absolute;
visibility: hidden;

border-bottom-width: 0;
font:normal 10px Arial, Helvetica, sans-serif;
line-height: 18px;
z-index: 100;
background-color: #336799;
color: white;
width: 200px;
}

.anylinkcss a{
width: 100%;
display: block;
text-indent: 3px;
border-bottom: 1px solid #336799;
padding: 1px 0;
text-decoration: none;
font-weight: bold;
text-indent: 5px;
font-size: 12px;
color: #fff;
text-align: left;
vertical-align: text-top;
}

.anylinkcss a:hover{ /*hover background color*/
background-color: #179ed1;
color: #336799;
}