nav {
	height: 40px;
	width: 100%;
	background: transparent;
	font-family: Arial, sans-serif;
	position: relative;
	margin-bottom: 10px;
}
nav ul {
	padding: 0;
	margin: 0 auto;
	/*width: 1000px; forced horizontal scroll bar on narrower screens */
	/*width: 100%;*/
	height: 40px;
}
nav ul li img {
	padding-top: 5px;
	}
	
nav li {
	display: inline;
	float: left;
	margin-bottom: 0;
}
nav a {
	padding: 0 15px;
	color: #5F3117;
	text-transform: none;
	font-size: 16px;
	/*letter-spacing: 0.05em;*/
	display: inline-block;
	text-align: center;
	text-decoration: none !important;
	border-bottom: none;
	line-height: 40px;
}

nav li:first-child a {
	padding-left: 0;
}
nav li a.current {
	color: #1B80A3;
	  }
	  
nav a#pull {
	display: none;
}




/*Styles for screen > 992px */
@media screen and (min-width: 993px) {
	
  nav a:hover, nav a:active {
	color: #1B80A3;
	border-bottom: none !important;
} 

}

/*Styles for screen 992px and lower*/
@media screen and (max-width: 992px) {
	nav { 
  		height: auto;
  	}
  	nav ul {
  		width: 100%;
  		display: block;
  		height: auto;
  		border-top: 1px solid #C0D9EA;
  	}
  	
  	nav li {
  		width: 50%;
  		float: left;
  		position: relative;
  	}
  	nav li a, nav li a:hover {
		/*border-bottom: 1px solid #C0D9EA;
		border-top: none;
		border-right: 1px solid #C0D9EA;*/
		border: 1px solid #C0D9EA;
		border-top: none;
		padding: 0;
	}
	nav li:nth-child(even) a {
	  border-left: 0;
}
  	nav a {
	  	text-align: left;
	  	width: 100%;
	  	padding: 0;
	    text-indent: 25px; 
  	}
  	
  	nav img {
	  	padding: 0 0 5px 25px;
  	}
}

/*Styles for screen 480px and lower*/
@media only screen and (max-width : 480px) {
	nav {
		border-bottom: 0;
	}
	.nav-container-full-width {
	background: #5F3117;
}

	nav a:hover, nav a:active {
	color: #3983B7;
}
nav a#pull:hover {
	color: #fff;
	border: none;
	/*background-color: #000;  /* stop MENU bg change on hover  */
}
	nav ul {
		display: none;
		height: auto;
	}
	nav a#pull {
		color: #fff;
		display: block;
		width: 100%;
		position: relative;
		background: #4A889A;
	}
	nav a#pull:after {
		content:"";
		background: #4A889A url('../img/nav-icon.png') no-repeat;
		width: 30px;
		height: 30px;
		display: inline-block;
		position: absolute;
		right: 30px;
		top: 10px;
	}

nav li a, nav li a:hover {
	border-bottom: 1px solid #6FA6CC;
	border-left: 0;
	border-right: 0;
}
/*
nav li:last-child a {
	border-bottom: 1px solid #6FA6CC;
}
nav li:first-child a {
	border-top: 1px solid #C0D9EA;
}
nav li a {
	border-right: 0;
}*/
}

/*Smartphone*/
@media only screen and (max-width : 480px) {
	nav li {
		display: block;
		float: none;
		width: 100%;
	}
	
}