/* Clearfix */
.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}
.clearfix:after {
    clear: both;
}
.clearfix {
    *zoom: 1}

/* Basic Styles */
}
nav {
	/* [disabled]height: 40px; */
	width: 100%;
	/* [disabled]font-size: 1em; */
	/* [disabled]font-weight: normal; */
	/* [disabled]position: relative; */
	/* [disabled]text-align: center; */
}
nav ul {
	/* [disabled]padding: 4px 0 0; */
	/* [disabled]width: 100%; */
	/* [disabled]height: 30px; */
	/* [disabled]margin: 0 auto; */
	/* [disabled]text-indent: -1.7em; */
	/* [disabled]display: block; */
	/* [disabled]text-align: left; */
}

nav li {
	/* [disabled]display: inline; */
	/* [disabled]float: left; */
	/* [disabled]width: 110px; */
	/* [disabled]text-align: left; */
	/* [disabled]padding: 0px 0px 0px 10px; */
	white-space: nowrap;
}
nav a {
	/* [disabled]color: #FFF; */
	/* [disabled]display: inline-block; */
width: 100%;
	/* [disabled]text-align: center; */
	text-decoration: none;
	line-height: 40px;
	/*text-shadow: 1px 1px 0px #283744;*/
}
nav li a {
	/*border-right: 1px solid #10A3B5;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;*/
	
}
nav li:last-child a {
}
nav a:hover, nav a:active {
	/*background: #b8f0f8;*/
}
nav a#pull {
	display: none;
}

/*Styles for screen 600px and lower*/
@media screen and (max-width: 769px) {
	nav {
  	}
  	nav ul {
	width: 100%;
	display: block;
	height: auto;
	


  	}
  	nav li {
	width: 100%;
text-indent: 0.5em;
border-bottom: solid 1px #999999;
	position: relative;
	/* [disabled]line-height: 2em; */
	white-space: nowrap;
		
	
  	}
  	nav li a {
	/*border-right: 1px solid #10A3B5;*/
	white-space: nowrap;
	/* [disabled]margin-top: -3%; */

	}
  	nav a {
	text-align: left;
	/* [disabled]width: 100%; */
	text-indent: 0.5em;
  	}
}

/*Styles for screen 515px and lower*/
@media only screen and (max-width : 769px) {
	nav {
	border-bottom: solid 1px #999999;
	background-color: #fff;
	}
	nav ul {
	display: none;
	/* [disabled]height: auto; */
	/* [disabled]text-align: center; */
	/* [disabled]padding-left: 5%; */
	}
	nav a#pull {
	display: block;
	/* [disabled]background-color: #283744; */
	width: 100%;
	position: relative;
	}
	nav a#pull:after {
	content: "";
	width: 30px;
	height: 30px;
	display: inline-block;
	/*position: absolute;*/
	right: 10%;
	top: 20px;
	margin-left: 2%;
	float: left;
	/*padding-bottom: 2%;*/
	background-color: #Fff;
	background-image: url(/_images/nav-icon.png);
	background-repeat: no-repeat;
	background-position: center 8px;
	}
}

/*Smartphone*/
@media only screen and (max-width : 320px) {
	nav li {
	display: block;
	float: none;
	width: 100%;
	/* [disabled]padding: 0px; */
	white-space: nowrap;
		
	}
	nav li a {
	border-bottom: 1px solid #C0C0C0;
	/*border-right: 1px solid #10A3B5;*/
	white-space: nowrap;
	/* [disabled]margin-top: -3%; */


	}
  	nav a {
	text-align: left;
	/* [disabled]width: 100%; */
	/* [disabled]text-indent: 5px; */
  	
}
nav li a:hover {

	white-space: nowrap;
}
