.anylinkcss{
position:absolute;
visibility: hidden;
border:1px solid #183975;
border-bottom-width: 0;
font:normal 11px Arial;
line-height: 14px;
z-index: 100;
background-color: #285BA2;
width: 205px;
}

.anylinkcss a:link{
width: 100%;
display: block;
text-indent: 3px;
border-bottom: 1px solid #183975;
padding: 2px 0;
text-decoration: none;
font-weight: normal; 
text-indent: 5px;
color: #ffffff;
}

.anylinkcss a:visited{ 
width: 100%;
display: block;
text-indent: 3px;
border-bottom: 1px solid #183975;
padding: 2px 0;
text-decoration: none;
font-weight: normal;
text-indent: 5px;
color: #ffffff;
}

.anylinkcss a:hover{ /*hover background color*/
background-color: #768FBE;
color: #ffffff;
width: 100%;
display: block;
text-indent: 3px;
border-bottom: 1px solid #183975;
padding: 2px 0;
text-decoration: none;
font-weight: normal;
text-indent: 5px;
}

.anylinkcss a:active{ 
width: 100%;
display: block;
text-indent: 3px;
border-bottom: 1px solid #302f2c;
padding: 2px 0;
text-decoration: none;
font-weight: normal;
text-indent: 5px;
color: #ffffff;
}
