.anylinkcss{
position:absolute;
visibility: hidden;
border:1px solid white;
border-top-width:0px;
border-bottom-width: 0;
font:normal 10px verdana;
line-height: 14px;
z-index: 101;
background-color: #f0f0f0;
width: 116px;
}

.anylinkcss a{
width: 100%;
display: block;
text-indent: 0px;
border: 1px solid silver;
border-width:1 0 0 0;
padding: 1 0 1 0;
text-decoration: none;
font-weight: normal;
text-indent: 5px;
color:#003366;
text-align:center;
}

.anylinkcss a:hover{ /*hover background color*/
background-color: gray;
color: white;
}
}