.anylinkcss{
position:absolute;
visibility: hidden;
border:1px solid #333333;
border-bottom-width: 1;
line-height: 18px;
z-index: 100;
background-color: black;
width: 130px;
padding-left:0px;
padding-right:20px;
filter:alpha(opacity=75);
-moz-opacity:.75;
opacity:.75;

}

.anylinkcss a{
width: 100%;
display: block;
border-bottom: 1px solid black;
padding: 1px 0;
text-decoration: none;
text-indent: 5px;
background-color: black;

color:White;font-weight:bold; font-family:Arial,Sans-Serif;font-size:11px;
}

.anylinkcss a:hover{ /*hover background color*/
color:red;
}

