#academies #nav #t1 a.dropdown,
#programs #nav #t2 a.dropdown,
#getstarted #nav #t3 a.dropdown,
#employment #nav #t4 a {
/* 	background-color: #a3620a;  */
	background: url(images/bg_nav_r.gif) repeat-x left top;
	color: #573505;
}

#navWrapper {
/* 	float: left; */
	position: relative;
/*
	width: 620px;
	border-top: 1px solid purple;
*/
}

#nav, #nav ul {
	list-style: none;
	line-height: 35px;
	margin: 0 auto;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
/* 	border-top: 1px solid red; */
}

#nav a {
	display: block;
	padding: 0 32px; /* Use this setting to have variable-width buttons */
	color: #a3620a;
	text-align: center;
	text-decoration: none;
}

#nav a:hover {
	color: #930000;
}

#nav li { /* all list items */
	float: left;
/* 	width: 118px; */  /* Use this setting to have fixed-width buttons */
	padding: 0;
}

/* !Secondary Navigation */

#nav li ul {
	position: absolute;
	left: -999em;
	width: 190px;
	background: url("images/subnav_drop.gif") repeat-x left top;
	background-color: #e6b112;
	height: auto;
	margin: 0;
	padding: 0;
	border-top: 1px solid #FFF;
	border-bottom: 2px solid #a3620a;
/* 	border-right: 1px solid #a3620a; */
}

#nav li ul li {
	width: inherit;
	font-size: 11px;
	font-weight: normal;
	text-transform: none;
}

#nav li ul li a {
	background: none;
	width: 170px; /* 190 actual */
	padding: 0 10px;
	line-height: 24px;
	text-align: left;
	border-bottom: 1px solid #f0c00a;
}

#nav li ul li a:hover {
/* 	background: url(images/arrow_right.gif) no-repeat left center; */
	background-color: #f0c00a;
	color: #FFF;
}

#nav a:hover.topitem {
	background: url("images/subnav_drop_r.gif") repeat-x left top;
	background-color: #f0c00a;
}

/* !Tertiary Navigation */

#nav a.submenu {
	background: url("images/arrow_right.gif") center right no-repeat;
}

#nav ul.level3 {
	margin: -26px 0 0 190px;
	background-image: none;
}

#nav ul.level3 a.topitem {
/* 	background: url("images/subnav_drop_r.gif") repeat-x left top; */
	background-color: #f0c00a;
}

#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;
}

/* !Footer Navigation */

#footernav {
	margin: 0 auto;
	padding: 0;
	list-style-type: none;
	text-align: center;
}

#footernav li {
	display: inline;
	border-right: 1px solid #999;
}

#footernav li.last {
	border-right: none;
}

#footernav li a:link,
#footernav li a:visited,
#footernav li a:active {
	color: #4B4B4B;
	font-size: 11px;
	text-decoration: none;
	line-height: 22px;
	padding: 0px 10px;
}

#footernav li a:hover {
	color: #930000;
}
