.anylinkcss{
position:absolute;
visibility: hidden;
border:1px solid #666666;
border-bottom-width: 0;
line-height: 18px;
z-index: 100;
background-color: #DFD9B1;
width: 250px;
}

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

.anylinkcss a:hover{ /*hover background color*/
background-color: #95DFE2;
color: #666666;
}
}