.anylinkcss{
position:absolute;
visibility: hidden;
border:1px solid #555555;
border-bottom-width: none;
font:normal 11px Arial;
color: #555555;
line-height: 11px;
z-index: 10;
margin-top: 0;
margin-left:0;
margin-right:0;
background:#000000;
width: 150px;
}

.anylinkcss a{
font-family: Arial;
font-weight: none;
font-size: 11px;
color: #555555;
text-decoration: none;
width: 100%;
text-indent: 3px;
border-bottom: none;
padding: 3px 0;
text-indent: 2px;
}

.anylinkcss a:hover{ /*hover background color*/
width: 100%;
font-size: 11px;
font-weight: normal;
background-color: #000000;
color: black;
}

