.anylinkcss{
position:absolute;
visibility: hidden;
border:1px solid white;
border-bottom-width: 0;
font:normal 10px Verdana;
line-height: 15px;
z-index: 100;
background-color: #E9FECB;
width: 100px;
}

.anylinkcss a{
width: 100%;
color:#ffffff;
display: block;
border-bottom: 1px solid white;
padding: 0px;
text-decoration: none;
font-weight: normal;
}

.anylinkcss a:hover{ /*hover background color*/
color: #e3e3e3;
}
}