.anylinkcss{
position:absolute;
visibility: hidden;
color:white;
font:normal 12px Georgia;
line-height: 18px;
z-index: 100;
width: 180px;
padding-left:130px;
}

.anylinkcss a{
width: 100%;
color:white;
display: block;
text-indent: 3px;
border-bottom: 1px solid black;
padding: 3px;
text-decoration: none;
font-weight: bold;
text-indent: 5px;
background-color: #5A0808;
text-align:left;
}

.anylinkcss a:hover{ /*hover background color*/
background-color: black;
color: white;
}
