#nav {
	background-color: #330000;
	font-weight: normal;
	z-index: 5;
}

#nav li ul {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	border-right-width: 3px;
	border-bottom-width: 3px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 5px;
	z-index: 5;
}



#nav li ul {
	background-color: #86A830;
}
#nav li:hover a {
	color:#ED6313 !important;
}





#nav li ul li {
	border-bottom-color: #6D8041;
}



#nav li.toplevel:hover ul li a {
	color: #FFFFFF !important;
}


#nav li ul li a:hover {
	background-color: #ED6313;
	color:#FFFFFF !important;
}


#nav ul {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
}


li.toplevel, li.toplevel a, li a {
	color:#FFFFFF !important;
	text-decoration:none;
}


/*COLUMN WIDTHS*/

#nav li.toplevel {
	width: 111px;
}


/*BEGIN POSITIONING*/

#nav ul { /* all lists */
	padding: 0px;
	margin: 0px;
	list-style: none;
}

#nav li { /* all list items */
	float: left;
	position: relative;
}


#nav li ul { /* second-level lists */
	display: none;
	position: absolute;
	top:18px;
	/*top: 1.75em;*/
	left: 0;
}

#nav li ul ul {
	display:none !important;
	margin: -18px 0 0 130px;
	/*margin: -1.8em 0 0 133px;*/
	width: 130px;
	
}

#nav li:hover ul, #nav li.over ul {
	display: block;
}

#nav li ul li:hover ul, #nav li ul li.over ul {
	display:block !important;
}


/* to override top and left in browsers other than IE, which will position to the top right of the containing li, rather than bottom left */
/*ul > li > ul { 
	top: auto;
	left: auto;
}*/

#nav li ul li {
	text-align: left !important;
	display:block;
	font-weight: normal;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	width:130px;
	line-height: 1.5em;
}

#nav li ul li a {
	text-decoration: none;
	display:block;
	width: 100%;
}


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

#nav br {
	clear:left;
/*This is where a space between the nav bar and the rest of the body is inserted. Fix?*/
}


#nav {
	padding-right: 30px;
	padding-left: 30px;
	padding-top: 0px;
	padding-bottom: 0px;
	line-height: 18px;
	height: 18px !important;
	display: block;
	vertical-align: middle;
}

	
/* Hide from IE5-mac. Only IE-win sees this. \*/
#nav {
	margin-top: 174px;
 }


