.anylinkcss{
position:absolute;
visibility: hidden;
border:1px solid #999999;
border-bottom-width: 0;
font:normal 0.7em Tahoma;
line-height: 18px;
z-index: 100;
background-color: RGB(231,241,248);
width: 205px;
}

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

.anylinkcss a:visited{ 
color: #54a4de;
}

.anylinkcss a:active{ 
color: #000000;
}

.anylinkcss a:hover{ 
background-color: RGB(228,241,188);
color: #000000;
}


