.anylinkcss{
position:absolute;
visibility: hidden;
/*border:1px solid navy;
border-bottom-width: 0;*/
font:normal 12px Verdana;
FILTER: progid:DXImageTransform.Microsoft.Shadow(color=#505050,direction=135,strength=4);
FILTER: alpha(opacity=90);
/*line-height: 18px;*/
z-index: 100;
background-color: #0099cc;
width: 100px;
}

.anylinkcss a{
width: 100%;
display: block;
text-indent: 0px;
border-bottom: 0px solid navy;
padding: 0px 0;
text-decoration: none;
/*font-weight: bold;*/
text-indent: 0px;
}

.anylinkcss a:hover{ /*hover background color*/
background-color: #00ccff;
color: white;
}
}