.selectedanchor{ /*CSS class that gets added to the currently selected anchor link (assuming it's a text link)*/
	background: transparent;
}

/* ######### Default class for drop down menus ######### */

.anylinkmenu{
	top: 0;
	visibility: hidden;
	border: 0;
	border-bottom-width: 0;
	line-height: 18px;
	z-index: 100;
	width: 200px; /* default width for menu */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	position: absolute;
	margin-top: 11px;
}

.anylinkmenu ul{
	margin: 0;
	padding: 0;
	list-style-type: none;
	background-color: #9ebb6e;
}

.anylinkmenu ul li a{
	width: 100%;
	display: block;
	text-indent: 3px;
	border-bottom: 0px solid black;
	padding: 2px 0;
	text-decoration: none;
	font-weight: normal;
	text-indent: 5px;
	color: #FFFFFF;
}

.anylinkmenu a:hover{ /*hover background color*/
	color: #28556b;
	background-color: 9fbedb;
}


