.anylinkcss{
position:absolute;
visibility: hidden;
border:0px;
border-bottom-width: 0;
font:normal 12px Verdana;
line-height: 18px;
z-index: 100;
background-color: #000000;
width: 130px;
text-align: left;
filter:alpha(opacity=90);
-moz-opacity:.90;
opacity:.90;
}



.anylinkcss a{
width: 100%;
color: white;
display: block;
text-indent: 3px;
border-bottom: 1px solid gray;
padding: 1px 0;
text-decoration: none;
text-indent: 5px;
}

.anylinkcss a:hover{ /*hover background color*/
background-color: #660000;
color: white;
}

.anylinkcss a.nolink:hover{ /*hover background color*/
background-color: black;
color: white;
}

}