
#subnav-wrapper {
	background: #338895;
	position: relative;
	z-index: 3;
	-moz-box-shadow: 0 3px 3px rgba(0,0,0,.1);
	-webkit-box-shadow: 0 3px 3px rgba(0,0,0,.1);
	box-shadow: 0 3px 3px rgba(0,0,0,.1);
	}
	
#subnav {
	width: 950px;
	margin: 0 auto;
	padding: 0;
	height: 50px;
	
	font-size: .6875em;
	text-transform: uppercase;
	text-shadow: 0 1px 0 rgba(0,0,0,.2);	
	}
	
/* Non js version */	
	
	#subnav li {
		float: left;
		margin: 0;
		padding: 0;
		list-style: none;
		}
		
	#subnav a {
		display: block;
		padding: 0 20px;
		margin: 10px 0;
		color: #fff;
		text-decoration: none;
		line-height: 30px;
		}
		
	#subnav a:hover {
		text-decoration: underline;
		color: #fff;
		}
		
	#subnav a:active {
		background-color: transparent;
		}
		
	#subnav a strong {
		font-weight: normal;
		}
		
	#subnav li.selected a {
		background: #2c7682;
		-moz-box-shadow: 0 1px 0 rgba(255,255,255, .2);
-webkit-box-shadow: 0 1px 0 rgba(255,255,255, .2);
box-shadow: 0 1px 0 rgba(255,255,255, .2);
		-moz-border-radius: 15px;
-webkit-border-radius: 15px;
border-radius: 15px;
		}
	
	
/* Hide second level menus */	
#subnav ul {
	display: none;
	}
	
	