ul#nav {
	float: left;
	display: block;
	position: relative;	
	margin: 0;
	padding: 0 0 0 11px;
}

#nav li {
	display: inline;
}

#nav ul { display: none; }

#nav li a {
	float: left;
	display: block;
	color: #fff;
	font-size: 0.8em;
	padding: 0 31px;
	line-height: 58px;
	text-transform: uppercase;
}

#nav li a:hover {
	background: url(../images/nav_over.gif) repeat-x 0 0;
	text-decoration: none;
}

#nav li.li_selected a {
	background: url(../images/nav_over_selected.gif) repeat-x 0 0;
	text-decoration: none;
}


/***** SubNav *****/

#subnav {
	padding: 0;
	float: left;
	margin: 0;
	display: inline;
	border-top: 4px solid #8CC63F;
}

#subnav ul { padding: 0; }

#subnav li {
	list-style: none;
	display: inline;
}

#subnav li a {
	display: block;
	float: left;
	color: #fff;
	font-weight: bold;
/*	line-height: 33px;*/
	width: 225px;
	padding: 10px 0 10px 10px;
	text-decoration: none;
	background:#191919 url(../images/subnav_bg.jpg) repeat-x bottom;
}

#subnav li li a {
	display: block;
	float: left;
	color: #fff;
	font-weight: normal;
	line-height: 26px;
	width: 215px;
	padding: 0 0 0 20px;
	text-decoration: none;
	background: #131313;
	font-size: 0.7em;
}

#subnav li a:hover, #subnav li.li-selected a,#subnav li#li_selected a,
#subnav li.li-selected li.li-selected  a, #subnav li#li_selected li#li_selected  a  {
	color: #A1E01F;
}

#subnav li.li-selected li a {
	color: #fff;
}
