.anylinkcss{ 
position:absolute;
visibility: hidden;
border-bottom-width: 0;
font:11px Verdana;
font-weight:normal;
line-height: 18px;
z-index: 100;
background-color: #333333;
margin-left:4px;
/* for IE */
filter:alpha(opacity=95);
/* CSS3 standard */
opacity:0.95;
/* for Mozilla */
-moz-opacity:0.95;
padding-top:5px;
display:inline;
overflow:visible;
width:235px;
float:none;
}

.anylinkcss a{
float:none;
font-weight:normal;
color:#fff;
width: 100%;
height:22px;
display: block;
text-indent: 3px;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:11px;
border-bottom: 1px solid #333333;
padding: 1px 0;
margin:0;
text-decoration: none;
text-indent: 5px;
}
.anylinkcss a:link{
color:#fff;
}

.anylinkcss a:hover{ /*hover background color*/
background-color: #935c18;
/* for IE */
filter:alpha(opacity=100);
/* CSS3 standard */
opacity:1;
/* for Mozilla */
-moz-opacity:1;
color:#fff;
float:none;
}
