/* @override
	http://www.foodforlanecounty.org/css/nav.css
	http://www.foodforlanecounty.org/css/nav.css
*/

#header ul li {
	float: left;
	display: block;
}

#header ul#nav_utility {
	font-family: 'Trebuchet MS', Arial, 'Sans-serif';
	font-size: 11px;
	font-weight: bold;
	font-style: italic;
	margin: 0 10px 0 0 ;
	clear: right;
	float: right;
	display: inline;
}

#nav_utility a {
	color: #FFF;
	padding: 0 10px 0 0;
}

#nav_utility a:hover {
	color: #e6c0a5;
}

#header ul#nav_main {
	clear: both;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #FFF;
	font-size: 12px;
	font-family: 'Trebuchet MS', Arial, 'Sans-serif';
	text-transform: uppercase;
	height: 40px;
}

#header #nav_main li {
	width: 158px;
	border-right: 1px solid #FFF;
	position: relative;
	background-image: url(../images/global/nav_bg.png);
	background-position: top left;
	background-repeat: repeat-x;
}
* html #header #nav_main li {
	background-image: none;
}
#header #nav_main li a {
	border-bottom: none;
	color: #FFF;
	line-height: 40px;
	display: block;
	text-align: right;
	padding: 0 15px 0 0;
	text-shadow: #474334 1px 1px 1px;
}

#header #nav_main ul li a:hover {
	font-weight: bold;
}

#header #nav_main ul {
	position: absolute;
	top: 40px;
	left: 0;
	z-index: 9999;
	background: #FFF;
	display: none;
}

#header #nav_main ul li a {
	font-size: 11px;
	text-transform: none;
	text-align: right;
	display: block;
	font-family: Arial, 'Trebuchet MS', 'Sans-serif';
	text-shadow: none;
	line-height: 30px;
}

li#first {
	background: #296899;
}

li#first:hover {
	background: #194364;
}

#nav_main li#first ul li a {
	color: #296899;
	border-bottom: 1px solid #c6d0d9;
}

#nav_main li#first ul li a:hover {
	background: #dae4f1;
}

li#second {
	background: #c6952d;
}

li#second:hover {
	background: #a87f27;
}

#nav_main li#second ul li a {
	color: #c6952d;
	border-bottom: 1px solid #e3d9c7;
}

li#third {
	background: #cc522e;
}

li#third:hover {
	background: #a34125;
}
#nav_main li#second ul li a:hover {
	background: #f8efdc;
}

#nav_main li#third ul li a {
	color: #cc522e;
	border-bottom: 1px solid #f2d0cb;
}

#nav_main li#third ul li a:hover {
	background: #ffe4df;
}

li#fourth {
	background: #a02d22;
}

li#fourth:hover {
	background: #7f241b;
}

#nav_main li#fourth ul li a {
	color: #a02d22;
	border-bottom: 1px solid #eed9d7;
}

#nav_main li#fourth ul li a:hover {
	background: #ffe9e9;
}

li#fifth {
	background: #8da01b;
}

li#fifth:hover {
	background: #707f16;
}

#nav_main li#fifth ul li a {
	color: #8da01b;
	border-bottom: 1px solid #eaeed6;
}

#nav_main li#fifth ul li a:hover {
	background: #f8ffe6;
}

#header #nav_main li#sixth {
	background: #291f13;
	border-right: none;
	width: 160px;
}

#header #nav_main li#sixth:hover {
	background: #3d2e1d;
}
#nav_main li#sixth ul li a {
	color: #291f13;
	border-bottom: 1px solid #d8d7d4;
}

#nav_main li#sixth ul li a:hover {
	background: #ecebe9;
}