.anylinkcss{
position:absolute;
visibility: hidden;
border:0px;
border-bottom-width: 0;
line-height: 18px;
z-index: 100;
background-color: #D6D6D6;
width: 215px;
}

.anylinkcss a{
color: #FFFFFF;
width: 100%;
display: block;
text-indent: 0px;
border-bottom: 0px;
padding: 0px 0;
text-decoration: none;
}

.anylinkcss a:hover{ /*hover background color*/
background-color: #D6D6D6;
color: #6C6C6C;
text-decoration: none;
}
}