.anylinkcss{
position:absolute;
visibility: hidden;

border-bottom-width: 0;
font:normal 10px Arial;
line-height: 18px;
z-index: 100;
background-color: #666666;
width: 150px;
}

.anylinkcss a{
width: 100%;
display: block;
color: #ffffff;
text-indent: 3px;

border-top: 1px white solid;
padding: 1px 0;
text-decoration: none;
font-weight: normal;
text-indent: 9px;
}

.anylinkcss a:hover{ /*hover background color*/
background-color: #333333;
color: yellow;
}
}
