.anylinkcss{
position:absolute;
visibility: hidden;
border:1px solid #005B95;
border-bottom-width: 0;
font:normal 11px Verdana;
line-height: 22px;
color: #005B95;
z-index: 100;
background-color: #DFDCC8;
width: 170px;
}

.anylinkcss a{
width: 100%;
display: block;
color: #005B95;
text-indent: 0px;
border-bottom: 1px solid #005B95;
padding: 2px 0;
text-decoration: none;
font-weight: bold;
text-indent: 5px;
}

.anylinkcss a:hover{ /*hover background color*/
background-color: #F8F7ED;
color: #005B95;
text-decoration: none;
}
}