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

}


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

a.anchorclass {font-size: 14px; color: #d7e7b7; font-weight: bold; text-decoration: none; font-family: "Trebuchet MS", Verdana, Geneva, Arial, Helvetica, sans-serif;}
a.anchorclass:active {font-size: 14px; color: #d7e7b7; font-weight: bold; text-decoration: none; font-family: "Trebuchet MS", Verdana, Geneva, Arial, Helvetica, sans-serif;}
a.anchorclass:visited {font-size: 14px; color: #d7e7b7; font-weight: bold; text-decoration: none; font-family: "Trebuchet MS", Verdana, Geneva, Arial, Helvetica, sans-serif;}
a.anchorclass:hover {font-size: 14px; color: #587941; font-weight: bold; text-decoration: none; font-family: "Trebuchet MS", Verdana, Geneva, Arial, Helvetica, sans-serif;}

.anylinkcss{
position: absolute;
left: -25;
top: 10px;
visibility: hidden;
border: 1px solid #35602e;
border-bottom-width: 1px;
font-size: 12px;
font-weight: bold; text-decoration: none; font-family: "Trebuchet MS", Verdana, Geneva, Arial, Helvetica, sans-serif;
line-height: 14px;
z-index: 100; /* zIndex should be greater than that of shadow's below */
background: #96c53d;
width: 150px; /* default width for menu */
padding-top: 5px;
padding-bottom: 5px;
text-align: left;
}

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

.anylinkcss ul li a{
padding-top: 5px;
padding-bottom: 5px;
width: 150px;
background: #96c53d;
color:#35602e;
font-weight: bold;
display: block;
text-indent: 3px;
border-bottom: 1px solid #35602e;
text-decoration: none;
font-weight: bold; text-decoration: none; font-family: "Trebuchet MS", Verdana, Geneva, Arial, Helvetica, sans-serif;
font-size: 12px;
}

.anylinkcss a:hover{ /*hover background color*/
background: #d9efff;
color: #878787;
}

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


.anylinkcsscols{
position: absolute;
left: 0;
top: 0;
visibility: hidden;
border: 1px solid black;
padding: 5px;
font: normal 12px Verdana;
z-index: 100; /*zIndex should be greater than that of shadow's below*/
background: #DEFFCA;
}

.anylinkcsscols .column{
width: 130px;
float: left;
}

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

.anylinkcsscols li{
padding-bottom: 3px;
}

/* ######### 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;
}