/* Main Navigation
***********************/
.navwrap {width: 100%; padding: 0 ; background: transparent;  border-top: 0; margin-bottom: 23px; zoom: 1; position: relative;
background: #fff; 
box-shadow: 0 0 1px #999999 inset;  -moz-box-shadow:0 0 1px #999999 inset; -webkit-box-shadow: 0 0 1px #999999 inset; background: -moz-linear-gradient(center top , #eee, #cccccc);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #eee),color-stop(1, #cccccc));            
filter: progid:DXImageTransform.Microsoft.Gradient(StartColorStr='#eeeeee', EndColorStr='#cccccc', GradientType=0); }
													
#nav {margin: 0 auto; overflow:hidden;}
															
#nav ul {background:transparent;  margin: 0 auto;  overflow: hidden;}
 
#nav ul li {float: left; margin:0; padding: 0; list-style: none outside none;}

#nav ul li a {border:none;  color:#4d4a46; background: none; line-height: 46px; font-size:16px!important; text-transform: uppercase!important; letter-spacing: 1px; text-shadow: 1px 1px 0px #f6f6f6; 
display: inline-block; padding: 0 18px; text-transform:normal; font-family: 'Oswald', Arial, sans-serif; font-weight:; text-decoration:none;}
					
#nav ul li a:hover {background: ; color:#999999; text-decoration:none;}

#nav ul .current, #nav ul .current:hover { border-right: 1px solid #ccc; color:#fff; background: #999999; text-shadow: 1px 1px 0px #333333;
background: -moz-linear-gradient(center top , #999999, #666666); background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #999999),color-stop(1, #666666));          
filter: progid:DXImageTransform.Microsoft.Gradient(StartColorStr='#999999', EndColorStr='#666666', GradientType=0);
  }
 

/* Media Queries
***********************/
@media handheld, only screen and (max-width: 768px) {
	#nav ul li { float: none; text-align:center;}
	#nav ul li a {width:100%; padding: 0px}
	.navwrap {margin-bottom: 30px;}
}

