.anylinkcss {
display: block;
position: absolute;
visibility: hidden;
margin-top: 5px;
z-index: 100;
width: 180px;
text-align: left;
font-size:9pt;
font-family: Arial, Verdana, Helvetica, sans-serif;
color:#1B72B7;
line-height: 30px;
z-index: 100;
background-color: #EEEFF1;
white-space: nowrap;
}
.anylinkcss a {
width: 100%;
display: block;
text-indent: 3px;
border-bottom: 1px solid white;
padding: 1px 0;
text-decoration: none;
text-indent: 5px;
color: #1B72B7;
}
.anylinkcss a:hover { /*hover background color*/
background-color: #2B9CE2;
color: #eeeff1;
border-bottom: 1px solid #ffffff;
}

