.anylinkcss{
position:absolute;
visibility: hidden;
border:1px solid #bdbdbd;
border-bottom-width: 0;
font-family: Arial, Helvetica, sans-serif;
font-size: 13px;
line-height: 18px;
z-index: 100;
background-color: #E9FECB;
}

.anylinkcss a{
width: 100%;
display: block;
text-align: center;
border-bottom: 1px solid #c1c1c1;
padding: 3px 0;
text-decoration: none;
font-weight: bold;
text-indent: 1px;
color: white;
}

.anylinkcss a:hover{ /*hover background color*/
background-color: #a51f3a;
color: #d8a803;
}