.nav_wrapper{
	height:27px;
	background: transparent url('/images/navbar_bg_px.jpg') repeat-x top left;
}

.nav_wrapper ul{
	margin-top:0;
	margin-left:0;
	margin-bottom:0;
	float:left;
	display:inline;
	list-style:none;
	padding:0;
}

.nav_wrapper ul li{
	float:left;
	display:inline;
	text-align:center;
	
	background: transparent url('/images/navbar_sep_px.jpg') no-repeat top right;
}

.nav_wrapper ul li ul{
	float:left;
	display:none;
	width:40em;
	
	margin-left:0.6em;
	position:relative;
	
}

.nav_wrapper ul li ul li{
	float:left;
	display:inline;
	padding:0.1em 0.3em;
	margin-right:1em;
	line-height:27px;
		
	
}

.nav_wrapper ul li ul li a{
	margin:0;
	padding:0;
	
	color:#FFFFFF;

}
.nav_wrapper ul li ul li a:hover{
	color:#FFFFFF;
	background:transparent;
	text-decoration:underline;
}

.nav_wrapper ul li{
	padding-left:30px;
	padding-right:30px;
}
.nav_wrapper ul li a{
	color:#FFFFFF;
	text-decoration:none;
	float:none;
	font-size:11px;
}

.nav_wrapper ul li a:hover, .nav_selected{
	float:left;
	text-decoration:underline;
	background: transparent url('/images/nav_green_px_bg.png') repeat-x top left !important;

}
.nav_selected{
	height:27px !important;
	text-decoration:none;
}

li.nav_selected>a{
	color:#FFF !important;
}
.sub_selected{
	font-weight: bold;
}


.nav_wrapper ul li{
	
	line-height:27px;
	vertical-align:middle;
	
} 