#nav, #nav ul { /*Intially displayed menu*/
	float: 					left;
	width: 					65.833em;
	list-style: 			none;
	line-height: 			1em;
	background: 			#AD5900;
	font-weight: 			bold;
	padding: 				0em;
	border: 				solid #AD5900;
	border-width:		 	0.1em 0;
	margin: 				0em;
}
#nav a { /*Intially showing text in menu*/
	display: 				block;
	color: 					#FFF;
	text-decoration:		none;
	padding: 				0.25em 1em;
}
#nav a.parent {
	background: 			url(/images/rightarrow.gif) center right no-repeat;
}
#nav li {
	float: 					left;
}
#nav li ul {
	position: 				absolute;
	left: 					-999em;
	height: 				auto;
	width: 					16em;
	w\idth: 				15.8em;
	font-weight: 			normal;
	border-width: 			0.1em;
	margin: 				0;
	background: 			#4D2800;
	z-index:				10;
}
#nav li li {
	padding-right: 			1em;
	width: 					14.8em;
}
#nav li ul a {
	width: 					13em;
	w\idth:					12.8em;
}
#nav li ul ul {
	margin: 				-1.8em 0 0 15.1em;/*Amount sub menu is placed off of drop down*/
}
#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sgrhover ul ul, #nav li.sgrhover ul ul ul {
	left: 					-999em;
}
#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sgrhover ul, #nav li li.sgrhover ul, #nav li li li.sgrhover ul {
	left: 					auto;
}
#nav li:hover, #nav li.sgrhover {/*Selection Highlight*/
	background: 			#733D0E;
}
#content {
	clear: 					left;
}