.anylinkcss{
position:absolute;
visibility: hidden;
border-bottom-width: 0;
font:normal 12px Verdana;
line-height: 20px;
z-index: 100;
background-color: #7A003C;
width: 100px;
text-align: center;
padding-bottom: 7px;
margin-top:14px;
left: 0px;
top: 0px;
}

.anylinkcss a{
width: 100%;
display: block;
padding: 1px 0 5px;
text-decoration: none;

color: White;
padding-bottom: 5px;
line-height: 16px;
}

.anylinkcss a:hover{ /*hover background color*/
background-color: #9fa617;
color: black;
}


