.anylinkcss{
position:absolute;
visibility: hidden;
border-bottom-width: 0;
font:normal 12px Verdana, Arial, Helvetica, sans-serif;
line-height: 16px;
z-index: 100;
width: 150px;
filter:alpha(opacity=90);
-moz-opacity:0.9;
opacity: 0.9;
background-color: #dddddd;
}

.anylinkcss a{
width: 100%;	
display: block;
text-indent: 3px;
text-decoration: none;
font-weight: none;
text-indent: 5px;
filter:alpha(opacity=90);
-moz-opacity:0.9;
opacity: 0.9;
background-color: #dddddd;
}

.anylinkcss a:hover{ /*hover background color*/
color: white;
text-decoration: underline;
}
