#thesanctuary #nav #t1 a.dropdown,
#visitorinfo #nav #t2 a.dropdown,
#donations #nav #t3 a.dropdown,
#about #nav #t4 a.dropdown {
	background-color: #f2ead2;
/* 	color: #b58e19; */
}

#navWrapper {
	float: left;
}

#nav, #nav ul {
	list-style: none;
	line-height: 32px;
	margin: 0 auto;
	padding: 0;
	color: #3d4f20;
	font-family: Lucida Sans Unicode, Lucida Grande, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
}

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

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

#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 #000;
	border-bottom: 2px 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-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 #d5d99c;
}

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

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

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