.anylinkcss{
position: absolute;
visibility: hidden;
border:1px solid gray;
border-bottom-width: 0;
font:normal 0.8em Verdana;
line-height: 1.7em;
z-index: 100;
background-color: white;
width: 20em;;
text-align: left;
}

.anylinkcss a{
color: gray;
width: 100%;
display: block;
text-indent: 0.5em;
border-bottom: 1px solid gray;
padding: 1px 0;
text-decoration: none;
text-indent: 0.5em;;
background-color: #FFFFFF;
}

.anylinkcss a:hover{ /*hover background color*/
background-color: #FFFFFF;
color: black;
}