.anylinkcss{
position:absolute;
visibility: hidden;
font-family:arial;
font-size:16px;
line-height: 18px;
z-index: 500;
background-color: #eeeeee;
width: 200px;
}

.anylinkcss a{
width: 100%;
display: block;
text-indent: 3px;
padding: 1px 0;
text-decoration: none;
font-weight: bold;
text-indent: 5px;
color:#263062;
}

.anylinkcss a:hover{ /*hover background color*/
background-color:#B3CFB1;
color:#0000CC;
}

