

/* Clearfix */

/* Basic Styles */


nav ul {
	padding: 0px;
	margin: 0px;
	width: 100%;
	height: 51px;
}
nav li {
	display: inline;
	float: left;
}
nav a {
	color: #fff;
	display: inline-block;
	
	text-align: center;
	padding-left:16px;
	padding-right:16px;
	padding-top:17px;
	padding-bottom:17px;
	text-decoration: none;
	margin-right:2px;
	


}
nav li a {
	
	
	
}

nav li a:hover, a#selected {
	color:#fff;
	background:url(../images/link_ov.jpg) repeat-x left top;
}



nav a#pull {
	display: none;
}



/*Styles for screen 600px and lower*/
@media screen and (max-width: 835px) {
	nav { 
  		
		width:94%;
		float:right;
		position:relative;
		margin-top:141px;
		height:45px;
		padding-left:0px;
		background:url(../images/link_bg.jpg) repeat-x left center;
		z-index:500000;
  	}
  	nav ul {
  		width: 100%;
  		display: block;
  		height: auto;
		margin:0px;
		padding:0px;
		z-index:500000;
  	}
  	nav li {
  		width: 100%;
  		float: left;
  		position: relative;
		z-index:500000;
  	}
  	nav li a {
		
		z-index:500000;
		padding-top:4px;
		padding-bottom:4px;
		position:relative;
		width:100%;
		margin-bottom:1px;
	}
  	nav a {
	  	text-align: left;
	  	width: 100%;
	  	text-indent: 25px;
  	}
}

/*Styles for screen 515px and lower*/
@media only screen and (max-width : 835px) {
	nav {
		border-bottom: 0;
	}
	nav ul {
		display: none;
		height: auto;
		margin:0px;
	}
	nav a#pull {
		display: block;
		background-color: #fff;
		width: 100%;
		background:url(../images/nav_bg.jpg) repeat-x left bottom;
		
	}
	nav a#pull:after {
		content:"";
		background: url('../images/nav-icon.png') no-repeat;
		width: 30px;
		height: 30px;
		display: inline-block;
		position: absolute;
		right: 5px;
		top: 10px;
	}
	
		nav li {
		
		float: none;
		width: 100%;
	}
	nav li a {
		background:url(../images/link_bg.jpg) repeat-x left center;
		width:100%;
		z-index:514748364712456;
		line-height:32px;
		text-align:left;
		padding-left:0px;
		-webkit-border-top-left-radius: 15px;
-webkit-border-bottom-left-radius: 15px;
-moz-border-radius-topleft: 15px;
-moz-border-radius-bottomleft: 15px;
border-top-left-radius: 15px;
border-bottom-left-radius: 15px;
position:relative;
		
	}
	







}

/*Smartphone*/
@media only screen and (max-width : 320px) {
	nav li {
		
		float: none;
		width: 100%;
	}
	nav li a {
		
		z-index:514748364712456;

		
	}
	
