.anylinkcss{
position:absolute;
margin-top: 4px;
visibility: hidden;
border:1px solid black;
border-bottom-width: 0;
color:#fff;
font-family:Arial;
font-size:8pt; 
font-weight:bold;  
line-height: 20px;
z-index: 100;
background-color: #E9FECB;
width: 205px;
}

.anylinkcss a{
width: 100%;
display: block;
font-family:Arial;
font-size:8pt; 
font-weight:bold; 
text-indent: 3px;
border-bottom: 1px solid black;
padding: 1px 0;
text-decoration: none;
color:#fff; 
text-indent: 5px;
}

.anylinkcss a:hover{ /*hover background color*/
background-color: #DFDBD0;
color: #010066;
}
}