.selectedanchor{ /*CSS class that gets added to the currently selected anchor link (assuming it's a text link)*/
}

/* ######### Default class for drop down menus ######### */

.anylinkmenu{
position: absolute;
left: 0;
top: 0;
visibility: hidden;
border-bottom-width: 0;
font: normal 11px Arial;
font-weight:bold;
color: black;
line-height: 30px;
z-index: 100; /* zIndex should be greater than that of shadow's below */
background-image:url(../../images/nav_dropdown.png); background-repeat:no-repeat;
width: 110px; /* default width for menu */
}

.anylinkmenu ul{
margin: 0;
padding: 0;
list-style-type: none;
}

.anylinkmenu ul li a{
width: 90%;
text-decoration: none;
font-weight: bold;
}

.anylinkmenu a:hover{ /*hover background color*/
color: blue;
}

.anylinkmenu a:link{ /*hover background color*/
color: black;
}

.anylinkmenu a:visited{ /*hover background color*/
color: black;
}

.anylinkmenu a:active{ /*hover background color*/
color: black;
}
