.anylinkcss{
visibility: hidden;
position:absolute;
border: 2px solid #b80000;
font:normal 11px Verdana;
line-height: 20px;
z-index: 100;
background-color: white;
width: 280px;
padding:2px;

}

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

.anylinkcss a:hover{ /*hover background color*/
background-color: #FFE1A4;
color: #b80000;
}