.anylinkcss{
position:absolute;
visibility: hidden;
border: 0 solid black;
border-bottom-width: 0;
font:normal 11px Arial;
line-height: 30px;
z-index: 100;
background-color: #394251;
width: 170px;
}

.anylinkcss a{
width: 100%;
display: block;
text-indent: 3px;
text-align: center;
border-bottom: 1px solid #ffffff;
padding: 1px 0;
text-decoration: none;
font-weight: normal;
text-indent: 5px;
}

.anylinkcss a:hover{ /*hover background color*/
background-color: #262e3b;
color: white;
}
}