.selectedanchor{ /*CSS class that gets added to the currently selected anchor link (assuming it's a text link)*/
color:#ffffff;
}

/* ######### Default class for drop down menus ######### */

.anylinkmenu{
position: absolute;
left: 0;
top: 500px;
visibility: hidden;
border: 1px solid #ffffff;
line-height: 18px;
z-index: 100; /* zIndex should be greater than that of shadow's below */
background: #455021;
color:#ffffff;
font-weight:bold;
font-size:11px;
width: 180px; /* default width for menu */
}

.anylinkmenu ul{
margin: 0;
padding: 0;
list-style-type: none;
color:#ffffff;
}

.anylinkmenu li{
margin: 0;
padding: 0;
text-indent:5px;
color:#ffffff;
list-style-type: none;
}


.anylinkmenu  a, .anylinkmenu a:visited{
width: 100%;
display: block;
border-bottom: 1px solid #ffffff;
padding: 2px 0;
margin:0px;
text-decoration: none;
font-weight: normal;
color:#ffffff;

}

.anylinkmenu a:hover{ /*hover background color*/
background: none;
color: #ffffff;
display: block;
background: #abb873;
}





/* ######### Alternate multi-column class for drop down menus ######### */


.anylinkmenucols{
position: absolute;
left: 0;
top: 0;
visibility: hidden;
border: 0px solid black;
padding: 10px;
z-index: 100; /*zIndex should be greater than that of shadow's below*/
background: #E9E9E9;
color:#ffffff;
}

.anylinkmenucols li{
padding-bottom: 3px;
color:#ffffff;
}

.anylinkmenucols .column{
float: left;
padding: 3px 8px;
margin-right: 5px;
background: #E0E0E0;
color:#ffffff;
}

.anylinkmenucols .column ul{
margin: 0;
padding: 0;
color:#ffffff;
list-style-type: none;
}



/* ######### 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;
color:#ffffff;
}