#nav, #nav ul {
	float: left;
	width: 935px;
	height: 26px;
	list-style: none;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

#nav a {
	display: block;
	width: auto;
	width: auto;
	color: #000000;
	text-decoration: none;
	padding: 0.6em 2.8em 0.3em;    /* ------------- first number adjusts top pad, 2nd number is full box, 3rd number effects where dropdown starts ------------- */
	font-family: Arial, Helvetica, sans-serif;
}


#nav li {
	float: left;
	padding: 0;
	width: auto;
}

#nav li ul {     /* ---------------------------- adjusts width of main subbox ------------------------------- */
	position: absolute;
	left: -999em;
	height: auto;
	width: 18.5em;
	w\idth: 17em;
	font-weight: normal;
	background-color: #f0d892;     /* ---------------------------- adjusts color of subbox background ------------------------------- */
	border-top: 1px solid #8e908f;
	border-right: 1px solid #8e908f;
	border-bottom: 1px solid #8e908f;
	border-left: 1px solid #8e908f;
	margin: 0;
	font-size: 11px;
	text-align: left;
}

#nav li li {      /* ---------------------------- adjusts width of subbox rollovers ------------------------------- */
	padding-right: 1em;
	width: 16em;
}

#nav li ul a {  
	width: 13em;
	w\idth: 12em;
}

#nav li ul ul {
	margin: -1.95em 0 0 13.95em;

}

#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul {
	left: -999em;
}

#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul {
	left: auto;
}

#nav li:hover, #nav li.sfhover {    /* ---------------------------- adjusts color of main rollover ------------------------------- */
	background: #eac55b;
}

#content {
	clear: left;
}

#content a {
	color: #ffffff;
}

#content a:hover {
	text-decoration: none;
}

