.selectedanchor{ /*CSS class that gets added to the currently selected anchor link (assuming it's a text link)*/
background: white;
}
/* ######### Default class for drop down menus ######### */
.anylinkmenu{
text-align:left;
position: absolute;
left: 0;
top: 0;
visibility: hidden;
border: 1px #CCC;
border-bottom-width: 0;
font: 100% Verdana,Arial,Helvetica,sans-serif;
font-size:9px;
line-height: 16px;
padding-top: 3px;
z-index: 100; /* zIndex should be greater than that of shadow's below */
background: white;
width: 85px; /* default width for menu */
}
.anylinkmenu ul{
margin: 0;
padding: 0;
list-style-type: none;
}
.anylinkmenu ul li a{
width: 100%;
display: block;
border-bottom: 1px #999;
text-decoration: none;
font-weight: normal;
}
.anylinkmenu a:hover{ /*hover background color*/
background: white;
color: #333
}
/* 
.anylinkshadow{ 
position: absolute;
left: 0;
top: 0;
z-index: 99; 
background: black;
visibility: hidden; */