#nav_wrapper {	
	background-color: #000;
	padding: 0 0 0 0;
	text-align: center;
}
#topnav, #topnav ul {
	padding: 0;
	margin: 0;
	list-style: none;
	z-index: 10;
}
#topnav a {
	border: solid #000 1px; 	/* invisible but leaves space for border on hover border-right: solid #fff 1px;*/
	font-family: "Trebuchet MS", verdana, sans-serif;
	color: #ffffff;
	display: block;
	font-size: 12px;
	font-weight: normal;
	padding: 1px 10px 3px 8px;
	text-decoration: none;
}
#topnav a.trigger {
	padding: 3px 11px 3px 10px;
}
#topnav .active {
	color: #FFD187;
}

#topnav li {
	color: #333;
	float: left;
	font-weight: bold;
	padding: 0;
	margin: 0;
	width: 12em;
}
#topnav li ul, #topnav ul li {
	padding: 0;
	margin: 0;
	text-align: left;
	width: 160px;
}
#topnav ul li a  {
	font-size: 12px;
	font-weight: normal;
}
#topnav li ul {
	position: absolute;
	display: none;
	background-color: #aaa;
	border: 1px solid #000;
}

#topnav li:hover a, #topnav a:focus,
#topnav a:active, #topnav li.topnav_hvr a {
	color: #FFD187;
}
#topnav li:hover ul, #topnav li.topnav_hvr ul {
	display: block;
}
#topnav li:hover ul a, #topnav li.topnav_hvr ul a {
	color: #000000;
	background-color: transparent;
}
#topnav ul a:hover {
	background-color: #333 !important;
	color: #FFD187 !important;
}
/* The single backslash \ character inside this comment
causes IE5 Mac to ignore the following rule, which allows other
browsers to render top-level menu items to their natural width.
Do not edit this rule in any way. */
#topnav li {width: auto;}


/*
		SUB NAVIGATION
*/
#subnav {
	clear: both;
	background-image: url(../images/nav_drop_shadow_o.jpg);
	background-position: top;
	background-repeat: repeat-x;
	background-color: #F35913;
	padding: 15px 0 12px 0;
	vertical-align: top;
	width: 296px;
}
#subnav h1 {
	color: #000;
	font-size: 18px;
	margin: 4px 0 6px 0;
	text-align: center;
}
#subnav ul {
	background-color: #fff;
	list-style-type: none;
	padding: 0;
	margin: 0;
}
#subnav ul li {
	background-color: #000;
	margin: 0 0 1px 0;
	padding: 3px 10px 3px 10px;
}
#subnav a {
	color: #fff;
	font-size: 16px;
	font-weight: normal;
	text-decoration: none;
}
#subnav a:hover {
	color: #F35913;
	text-decoration: none;
}
#subnav .active {
	color: #F35913 ;
	text-decoration: none;
}
#subnav a span { /* smaller text for stages on Route page */
	font-size: 14px;
}