/* Clearfix */
.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;}
.clearfix:after {
    clear: both;}
.clearfix {
    *zoom: 1;}
nav {
	height: 40px;
	width: 100%;
	position: relative;}
nav ul {
	padding: 0;
	margin: 0 auto;
	height: 40px;
	text-align: center;}
nav li {
	display: inline;}
nav a {
	color: #fff;
	display: inline-block;
	line-height: 40px;}
nav li:last-child a {
	border-right: 0;}
nav a:hover, nav a:active {
	color: #999;}
nav a#pull {
	display: none;}

@media screen and (max-width: 700px) {
	nav { 
  		height: auto;}
  	nav ul {
  		width: 100%;
  		display: block;
  		height: auto;}
  	nav a {
	  	}}

/*Styles for screen 515px and lower*/
@media only screen and (max-width : 600px) {
	nav {
		border-bottom: 0;}
	nav ul {
		display: none;
		height: auto;}
	nav a#pull {
		display: block;
		background-color: #111;
		width: 96%; padding: 0 0 0 4%;
		position: relative;}
	nav a#pull:after {
		content:"";
		width: 30px; height: 30px;
		display: inline-block;
		position: absolute;
		right: 15px; 
		top: 10px;}
		nav li {
		display: block;
		float: none;
		width: 100%;}}
