.anylinkcss{
position:absolute;
visibility: hidden;
border:1px solid white;
border-bottom-width: 0;
font:normal 10px Verdana;
line-height: 18px;
z-index: 100;
background-color: #E9FECB;
width: 305px;
color: white;
}

.anylinkcss a{
width: 100%;
display: block;
text-indent: 3px;
border-bottom: 1px solid white;
padding: 1px 3;
text-decoration: none;
font-weight: bold;
text-indent: 5px;
color: white;
width: 175px;
background-color: #787878;
}

.anylinkcss a:visited{
width: 100%;
display: block;
text-indent: 3px;
border-bottom: 1px solid white;
padding: 1px 3;
text-decoration: none;
font-weight: bold;
text-indent: 5px;
color: white;
width: 175px;
background-color: #787878;
}

.anylinkcss a:hover{ /*hover background color*/
background-color: #F49AC1;
color: white;
}
}