.anylinkcss{
position:absolute;
visibility: hidden;
border-bottom-width: 0;
font:normal 8pt Verdana;
font-weight: bold;
color: white;
line-height: 20px;
z-index: 100;
background-color: #0093E0;
width: 300px;
-moz-opacity:.8;
filter:alpha(opacity=80);
}

.anylinkcss a{
width: 100%;
display: block;
text-indent: 3px;
padding: 1px 0;
text-decoration: none;
text-indent: 5px;
color: white;
font:normal 8pt Verdana;
font-weight: bold;
line-height: 20px;
}

.anylinkcss a:hover{ /*hover background color*/
background-color: #1F6489;
color: white;
}
}