.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: 0;
font: normal 12px Arial;
z-index: 100; /* zIndex should be greater than that of shadow's below */
width: 200px; /* default width for menu */
background: url(/_images/spacer.gif);
}

.anylinkmenu ul{
margin: 0;
padding: 0;
list-style-type: none;
background-image: url(/_images/_design/new_nav_bg.png);
}

.anylinkmenu ul li a:link, .anylinkmenu ul li a:visited {
width: 100%;
display: block;
padding: 8px 0;
font: bold 10px Arial;
letter-spacing: normal;
color: #f8f0e1;
text-transform: uppercase;
text-decoration: none;
text-indent: 10px;
}

.anylinkmenu ul li a:active, .anylinkmenu ul li a:hover{ /*hover background color*/
color: #dc9640;
}


/* ######### class for shadow DIV ######### */


.anylinkshadow{ /*CSS for shadow. Keep this as is */
position: absolute;
left: 0;
top: 0;
z-index: 99; /*zIndex for shadow*/
background: black;
visibility: hidden;
}