.anylinkcss{
position:absolute;
visibility: hidden;
font:normal 13px Arial;
line-height: 28px;
z-index: 100;
background-color: #D2D3D7;
width: 280px;
}

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

.anylinkcss a:hover{ /*hover background color*/
background: #0070bc;
color: #FFF;
}
