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

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

.anylinkmenu{
	position: absolute;
	left: 0;
	top: 0;
	visibility: hidden;
	line-height: 12px;
	z-index: 100;
	width: 100px; /* default width for menu */
	font-size: 10px;
	font-weight: normal;
	text-transform: lowercase;
	font-family: Helvetica, sans-serif;
	margin: 0px;
	padding: 3px;
}

.anylinkmenu ul{
	padding: 0;
	list-style-type: none;
	margin: 0;
	height: 54px;
	vertical-align: bottom;
}

.anylinkmenu ul li a{
	width: 100%;
	display: block;
	text-indent: 3px;
	text-decoration: none;
	text-indent: 5px;
	color: #CCCCCC;
	text-transform: uppercase;
	background-color: #6E3E0E;
	border: 1px solid #F4F4F4;
	padding-top: 1px;
	padding-right: 0;
	padding-bottom: 1px;
	padding-left: 0;
}

.anylinkmenu a:hover{ /*hover background color*/
	color: #FFFFFF;
	text-transform: uppercase;
}
