.anylinkcss{
position:absolute;
visibility: hidden;
border:1px solid #666;
border-bottom-width: 0;
font:12px arial;
line-height: 18px;
z-index: 100;
background:#E4F0EB;
width: 150px;
}

.anylinkcss a{
width: 100%;
display: block;
text-indent: 3px;
border-bottom: 1px solid #666;
padding: 3px 0px;
text-decoration: none;
text-indent: 5px;
font:12px arial;
color:#407376;
}

.anylinkcss a:hover{ /*hover background color*/
background:#8BB9A5;
color: white;
}