.anylinkcss{
position:absolute;
visibility: hidden;
/*border:1px solid gray;*/
border:1px solid #9e9ec3;
border-bottom-width: 0;
/*font:normal 12px Verdana;*/
font:normal 12px Verdana;
text-align: left;
line-height: 18px;
z-index: 100;
/*background-color: white;*/
background-color: #f2f2fa;
/*width: 205px;*/
width: 129px;
}

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

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