/*=================================== MAIN NAV =============================================*/
#mainnav {
	width: 100%;
	margin-bottom: 0;
	font-size: 1.1em;
	background: #000 url(../images/navbg.jpg) top left repeat-x; 
}
#mainnav ul {
	list-style-type: none;
	width: 850px;
	margin: 0 auto;
	padding: 14px 0 13px 0;
	text-align: center;
}
#mainnav ul li {
	display: inline;	
	padding: 14px 30px 13px 30px;
	color: #fff;
}
#mainnav ul li.sel {
	color: #f9b86f;
}
#mainnav ul li.sel a {
	color: #f9b86f;
}
#mainnav ul a {
	background-color: transparent;
	text-decoration: none;
	color: #fff;
}
#mainnav ul a:hover {
	color: #f9b86f;
}
/*=================================== SUB NAV =============================================*/
#subnav {
	width: 100%;
	margin-bottom: 10px;
	font-size: 1.1em;
	background: #eee;
	background: url(../images/trail_bg.jpg) top left repeat-x;
}
#subnav ul {
	list-style-type: none;
	width: 850px;
	margin: 0 auto;
	padding: 6px 0 5px 0;
	text-align: center;
	font-size:0.8em;
}
#subnav ul li {
	display: inline;	
	padding: 0 20px 0 20px;
	color: #333;
	color: #f78311;
	border-right: 1px solid #333;
}
#subnav ul li.last {
	border-right: 0;
}
#subnavXXX ul li.sel {
	color: #333;
}
#subnavXXX ul li.sel a {
	color: #333;
}
#subnav ul a {
	background-color: transparent;
	color: #333;
	text-decoration: none;
}
#subnav ul a:hover {
	color: #f78311;
	text-decoration:underline;
}
