.anylinkcss{
position:absolute;
visibility: hidden;
border: 1px solid #C6E3F0;
border-bottom-width: 0;
font:normal 14px "Trebuchet MS",Verdana, Geneva, Helvetica, sans-serif;
line-height: 18px;
z-index: 100;
background-color: #A5D0E6;
width: 120px;
}

.anylinkcss a{
color: #333333;
width: 100%;
display: block;
text-indent: 3px;
border-bottom: 1px solid #ADCCCF;
padding: 1px 0;
text-decoration: none;
font-weight: normal;
text-indent: 5px;
}

.anylinkcss a:hover{ /*hover background color*/
background-color: #3399CC;
color: white;
}