.selectedanchor{ /*CSS class that gets added to the currently selected anchor link (assuming it's a text link)*/
background: black;
color: white;
}

a.anchorclass{
    font: bold 8pt Verdana;
}

a.menutitle:hover{
background: black;
color: white;
text-decoration: none;
}
a.anchorclass:hover{
background: black;
color: white;
text-decoration: none;
}
a.menutitle:link{
text-decoration: none;
}

/* ######### Default class for drop down menus ######### */

.anylinkcss{
position: absolute;
left: 0;
top: 0;
visibility: hidden;
border-bottom-width: 0;
font: bold 12px Verdana;
/*line-height: 28px;*/
z-index: 100; /* zIndex should be greater than that of shadow's below */
background: lightyellow;
}

.anylinkcss ul {
margin: 0;
padding: 0;
list-style-type: none;
}

.anylinkcss ul li a {
display: block;
padding: 5px 5px;
text-decoration: none;
font: bold 11px Verdana;
height: 12px;
}

.anylinkcss_separator {
display: block;
padding: 0;
margin: 0;
border-top-style: solid;
border-top-color: #000000;
border-top-width: 1;
height: 1px;
font: 1px Verdana;
}

.notyet{
display: block;
padding: 5px 5px;
font: italic 11px Verdana;
color: #CCCCCC
}

.anylinkcss a:hover{
background: black;
color: white;
}



.anylinkshadow{ /*CSS for shadow. Keep this as is */
position: absolute;
left: 0;
top: 0;
z-index: 99; /*zIndex for shadow*/
background: black;
visibility: hidden;
}
