#nav {
	position: absolute;
	top: 200px;
	left: 15px;
}
#nav li.level1 {
	width: 107px;
	margin-bottom: 6px;
	font-family: arial, sans-serif;
	font-size: 1.5em;
	text-transform: lowercase;
}
#nav li.level1 a {
	color: #9BA852;
	display: block;
	text-decoration: none;
	letter-spacing: 0.5px;
	padding: 0 0 2px 5px;
	border-left: 1px solid #fff;
}
#nav li.level1 a:hover         { border-left: 1px solid #596D1B; background: url(images/menu_highlight.gif) no-repeat bottom left; color: #4A5E0D; }
#nav li.level1.active          { border-left: 1px solid #596D1B; background: url(images/menu_highlight.gif) no-repeat bottom left; }
#nav li.level1.active a        { border-left: 0px; color: #4A5E0D; }
#nav li.level1.active a:hover  { border-left: 0px; }
#nav ul.level1                 { list-style: none; }
#nav ul.admin                  { margin-top: 40px; }
#nav ul.nospacing              { margin-top: 0; }
#nav ul.admin a                { color: #999; }
#nav ul.admin li.active a      { color: #333; }
#nav ul.admin li a:hover       { color: #333; }



/* hide level2 nav unless it is active */
#nav ul.level2         { display: none; }
#nav ul.level2.active  { display: block; }

#nav li.level2 {
	font-size: 0.7em;
	font-weight: normal;
	padding-bottom: 3px;
	margin-left: 28px;
}
#nav li.level2 a {
	color: #A5B357;
	margin-left: -7px;
	margin-top: -3px;
	letter-spacing: 0px;
}
#nav li.level2 a:hover {
	color: #4A5E0D;
}


/* hide level2 nav unless it is active */
#nav ul.level3         { 
	font-weight: normal;
	padding-bottom: 3px;
	margin-left: 15px; }
#nav ul.level3.active  { 
	color: #A5B357;
	margin-left: -7px;
	margin-top: -3px;
	letter-spacing: 0px; }

#nav ul.level3 li.level3 {
	font-size: 1em;
	font-weight: normal;
	padding-bottom: 3px;
	margin-left: 28px;
	list-style:disc;
}
#nav ul.level3 li.level3 a {
	color: #999;
	margin-left: -4px;
	margin-top: -1px;
	letter-spacing: 0px;
	text-decoration:none;
}
#nav ul.level3 li.level3 a:hover {
	color: #333;
}
#nav ul.level3 li.active a {
	color: #333;
}
#nav ul.level3                 { list-style:disc; }
