.anylinkcss{
position:absolute;
visibility: hidden;
border:2px solid #ffffff;
border-bottom-width: 0;
font:normal 11px Arial;
line-height: 23px;
z-index: 100;
background-color: #e22c16;
width: 195px;
}

.anylinkcss a{
width: 100%;
display: block;
text-indent: 3px;
color: #ffffff;
border-bottom: 2px solid #ffffff;
padding: 1px 0;
text-decoration: none;
font-weight: bold;
text-indent: 5px;
}

.anylinkcss a:hover{ /*hover background color*/
background-color: #ffe87e;
color: black;
}