.anylinkcss{
position: absolute;
visibility: hidden;
border: 1px solid black;
border-bottom-width: 0px;
font: normal 11px Verdana;
line-height: 17px;
z-index: 100;
background-color: #ED4F4F;
width: 85px;
text-align: center;
color: #f1f1f1;
}

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

.anylinkcss a:hover{ /*hover background color*/
background-color: #ff6600;
color: white;
}
}
