.selectedanchor{ /*CSS class that gets added to the currently selected anchor link (assuming it's a text link)*/
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #FFF;
}

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

.anylinkmenu{
	position: absolute;
	left: 0px;
	top: 35px;
	visibility: hidden;
	border: 1px solid #1e6203;
	border-bottom-width: 0;
	font: normal 10px Arial, Helvetica, sans-serif;
	line-height: 18px;
	z-index: 100;
	width: 160px;
}

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

.anylinkmenu ul li a{
width: 100%;
display: block;
text-indent: 3px;
border-bottom: 1px solid black;
padding: 2px 0;
text-decoration: none;
font-weight: bold;
text-indent: 5px;
background: #FFFFFF;
color: #8cc63e;
}

.anylinkmenu a:hover{ /*hover background color*/
background: #FFFFFF;
color: #1e6203;
}

/*

.anylinkmenu a:visited{ hover background color
background: #FFFFFF;
color: #8cc63e;
}



background: #1e6203;
color: white;
}

*/
