.anylinkcss{
position:absolute;
visibility: hidden;
border:1px;
border-width: 0 1px;
font:normal 11px arial;
line-height: 22px;
z-index: 100;
background-color: #0b408a;
width: 100px;
top: -506px;
}

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

.anylinkcss a:hover{ /*hover background color*/
background-color: #7c303c;
color: white;
text-decoration:underline;
}
}