.anylinkcss{
position:absolute;
visibility: hidden;
border:2px solid white;
border-bottom-width: 0;
font:normal 10px verdana;
line-height: 18px;
width: 150px;
color: white;
padding: 0 0 0 0;
margin-left:4px;
margin-top:0px;
z-index:100;
}

.anylinkcss a{
width: 100%;
display: block;
text-indent: 2px;
border-bottom: 4px solid white;
text-decoration: none;
font-weight: bold;
text-indent: 0px;
color: white;
z-index:100;
}

.anylinkcss a:hover{ /*hover background color*/
background-color: red;
color: white;
}