/* Clearfix */
.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}
.clearfix:after {
    clear: both;
}
.clearfix {
    *zoom: 1;
}

/* Basic Styles */

nav {
	height: 2.5em;
	width: 100%;
	background: #242a38;
	font-weight:300;
	font-size:100%;
	color:#ffffff;
	text-decoration:none;
	text-transform:uppercase;
	position: relative;
}
nav ul {
	padding: 0;
	margin: 0 auto;
	width: 100%;
	height: 2.5em;
}
nav li {
	display: inline;
	float: left;
	width:auto;
	margin:0.4em 2.65%;
	height:2.6em;
}
nav a {
	color: #fff;
	display: inline-block;
	font-size:110%;
	text-align: center;
	text-decoration: none;
	line-height: 2.5em;
	text-shadow: 0.1em 0.1em 0 #283744;
	border-bottom:4px solid #242a38;
	cursor:pointer;
}
nav li a {
	/*border-right: 1px solid #576979;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;*/
}
nav li:last-child a {
	border-right: 0;
}
nav a:hover, nav a:active {
	border-bottom:4px solid #096;
}
nav a#pull {
	display: none;
}

@media only screen and (max-width : 960px) {
	nav {
		border-bottom: 0;
	}
	nav ul {
		display: none;
		height: auto;
	}
	
	nav li {
  		width: 100%;
  		float: left;
  		position: relative;
		background-color: #242a38;
  	}
	
	nav a#pull {
		display: block;
		background-color: #242a38;
		width: 100%;
		position: relative;
		line-height:60px;
	}
	nav a#pull:after {
		content:"";
		background: url('img/nav-icon.png') no-repeat center;
		width: 2em;
		height: 2em;
		display: inline-block;
		position: absolute;
		right: 0.7em;
		top: 0.7em;
	}
	
	nav a, #pull {
	  	text-align: left;
		text-align: left;
	  	width: 100%;
	  	text-indent: 1.56em;
		border-bottom:0px!important;
		border-left: 8px solid #242a38;
	}
	
	nav a:hover, nav a:active {
		border-left: 8px solid #096;
	}
}

/*Styles for screen 515px and lower*/
@media only screen and (max-width : 720px) {
	nav {
		border-bottom: 0;
	}
	nav ul {
		display: none;
		height: auto;
	}
	
	nav li {
  		width: 100%;
  		float: left;
  		position: relative;
		background-color: #242a38;
  	}
	
	nav a#pull {
		display: block;
		background-color: #242a38;
		width: 100%;
		position: relative;
		line-height:60px;
	}
	nav a#pull:after {
		content:"";
		background: url('img/nav-icon.png') no-repeat center;
		width: 2em;
		height: 2em;
		display: inline-block;
		position: absolute;
		right: 0.7em;
		top: 0.7em;
	}
	
	nav a {
	  	text-align: left;
		text-align: left;
	  	width: 100%;
	  	text-indent: 1.56em;
	}
}

/*Smartphone*/
@media only screen and (max-width : 320px) {
	nav li {
		display: block;
		float: none;
		width: 100%;
		height:
	}
	nav li a {
		/*border-bottom: 1px solid #576979;*/
	}
}