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


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

.anylinkcss{
position: absolute;
left: 0;
top: 0;
visibility: hidden;
font: normal 12px "Times New Roman", Times, serif;
color: #FFF;
line-height: 20px;
z-index: 100; /* zIndex should be greater than that of shadow's below */
background: #283E00;
width: 198px; /* default width for menu */
margin-top: -15px;
overflow: hidden;
text-indent: 5px;
}

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

.anylinkcss ul li a{
font: normal 12px "Times New Roman", Times, serif;
color: #FFF;
display: block;
border: 1px solid white;
text-decoration: none;
height: 18px;
}

.anylinkcss a:hover{ /*hover background color*/
background: #483345;
font: normal 12px "Times New Roman", Times, serif;
color: white;
}

/* ######### Alternate multi-column class for drop down menus ######### */
