.anylinkcss{
position: absolute;  
visibility: hidden;
font: normal 12px Arial;
color: #FBB650;
line-height: 3;
z-index: 100;
background-color: #FFFFCC;
border: 1px solid #6D040B;
border-spacing: 4px;
width: 175px;
}

.anylinkcss a{
width: 100%;
display: block;
padding-left: 5px;
padding-bottom: 4px;
padding-top: 4px;
border-bottom: 1px solid #6D040B;
line-height: 3;
text-decoration: none;
font: 12px Arial;
color: #0066CC;
font-weight: bold;
}

.anylinkcss a:hover{ /*hover background color*/
background-color: #FFFFFF;
color: black;
}
}

