.anylinkcss{
position:absolute;
visibility: hidden;
border:1px solid white;
border-bottom-width: 0;
font-family: Century Gothic;
font-size: 10px;
font-color: #FFFFFF;
line-height: 15px;
z-index: 100;
background-color: #E9FECB;
width: 120px;
margin-top:6px;
}

.anylinkcss a{
width: 100%;
display: block;
text-indent: 3px;
font-color: #FFFFFF;
background-color: #5fc5ea;
font-family: Century Gothic;
font-size: 10px;
border-bottom: 1px solid white;
padding: 1px 0;
text-decoration: none;
font-weight: bold;
text-indent: 5px;
}

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