.anylinkcss{
position: absolute;
visibility: hidden;
border: 1px solid #858585;
border-bottom-width: 0;
line-height: 12px;
z-index: 100;
background-color: #636363;
width: 275px;
margin-top: -1px;
margin-left: 4px;
}

.anylinkcss a{
display: block;
border-bottom: 1px solid #858585;
padding: 1px 0;
text-decoration: none;
}

.anylinkcss a:hover{ /*hover background color*/
background-color: #858585;
color: #ffffff;
}