.anylinkcss{
position:absolute;
visibility: hidden;
border:1px solid white;
border-bottom-width: 0;
font:normal 8pt arial;
line-height: 25px;
z-index: 100;
background-color: #a3328c;
width: 180px;
}

.anylinkcss a{
width: 100%;
display: block;
text-indent: 3px;
border-bottom: 1px solid White;
text-decoration: none;
font-weight: bold;
text-indent: 5px; color:#ffffff; padding-left:0; padding-right:0; padding-top:1px; padding-bottom:1px
}

.anylinkcss a:hover{ /*hover background color*/
background-color: #ee5f23;
color: black;
}
}