.anylinkcss{
position:absolute;
visibility: hidden;
border:2px solid #CC0000;
border-bottom-width: 0;
font:normal 9px Arial;
line-height: 12px;
z-index: 100;
background-color: #E9FECB;
width: 215px;
color:white;
}

.anylinkcss a{
width: 100%;
display: block;
text-indent: 3px;
border-bottom: 0px solid #FF9933;
padding: 1px 0;
text-decoration: none;
font-weight: normal;
text-indent: 5px;
color:white;
}

.anylinkcss a:hover{ /*hover background color*/
background-color: FF9933;
color: blue;
font-weight:normal;
}

