.anylinkcss{
position:absolute;
visibility: hidden;
border-top-color:#000000;
border-top-width:1px;
border-top-style:solid;
border-left-color:#000000;
border-left-width:1px;
border-left-style:solid;
border-right-color:#000000;
border-right-width:1px;
border-right-style:solid;
font:normal 12px Verdana;
line-height: 18px;
z-index: 100;
background-image:url(../images/dropnav.gif);
background-position:center;
background-repeat:no-repeat;
width:150px;
}

.anylinkcss a:link, .anylinkcss a:visited {
width: 100%;
display: block;
padding:0px;
text-decoration: none;
font-family:"Calisto MT";
font-weight:bold;
font-size:12px;
color:#4b4848;
border-bottom-color:#000000;
border-bottom-width:1px;
border-bottom-style:solid;
}

.anylinkcss a:hover, a:active { /*hover background color*/
background-color:#4d6883;
filter:alpha(opacity=90);
-moz-opacity: 0.9;
opacity: 0.9;
color: #ffffff;
}