.anylinkcss{
position:absolute;
visibility: hidden;
border:1px solid gray;
border-bottom-width: 0;
line-height: 12px;
z-index: 100;
background-color: white;
width: 118px;
}

.anylinkcss a, .anylinkcss a:link{
color: #000;
width: 100%;
display: block;
text-indent: 3px;
border-bottom: 1px solid gray;
padding: 1px 0;
text-decoration: none;
text-indent: 5px;
text-decoration:none;
}

.anylinkcss a:hover{ /*hover background color*/
text-decoration:none;
background-color: #eee;
color: #000;
}

.anylinkcss a:visited{
color: #000;
}
