.anylinkcss{
position:absolute;
visibility:hidden;
border:1px solid #808080;
font-family:verdana, arial, helvetica, sans-serif;
font-size:10px;
line-height:17px;
z-index:100;
width:120px;
}

.anylinkcss a{
width:100%;
display:block;
text-indent:1px;
padding:1px 0;
font-weight:normal;
text-indent:5px;
background-color:#fff;
}

.anylinkcss a:hover{ /*hover background color*/
background-color:#dcdcdc;
color:#cc0000;
}
.anylinkcss a:active{ /*hover background color*/
background-color:#dcdcdc;
color:#cc0000;
}


