.anylinkcss{
position:absolute;
visibility: hidden;
border:1px solid #999999;
border-bottom-width: 0;
font:normal 11px Verdana, Arial, Helvetica, sans-serif;
color:#000000;
z-index: 100;
background-color: #F4FBEE;
width: 180px;
text-indent:5px;
}

.anylinkcss a{
width: 100%;
display: block;
border-bottom: 1px solid #999999;
padding: 4px 0;
text-decoration: none;
font-weight: normal;
margin:0px;
background-color: #F2F2F2;
color:#333333;
}

.anylinkcss a:hover{ /*hover background color*/
background-color: #D0E3EE;
color:#333333;
}