.nav-open {
	display: none;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	letter-spacing: -0.05em;
}

#nav {
	position: absolute;
	width: auto;
	height: auto;
	margin: 180px 0 20px 33%;
	padding: 0 0 0 5px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	letter-spacing: -0.04em;
	z-index: 999;
}

#nav ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#nav ul li {
	float: left;
}

#nav ul li.close {
	display: none;
}


#nav ul li a {
	padding: 3px 20px 5px 5px;
	display: block;
	color: #005580;
	text-decoration: none;
}

#nav ul li a:hover {
	color: #CD7B00;
}

#nav ul li.active a{
	background: none;
	color: #99042F;
}

@media screen and (max-width: 960px) {
	
.nav-open {
	position: fixed;
	top: 0;
	left: 0;
	font-family: Arial, sans-serif;
	display: block;
	width: 100%;
	z-index:999;
}

.nav-open a {
	padding: 10px 15px;
	display: block;
	color: #fff;
	text-align: right;
	text-decoration: none;	
}

.menu-icon {
    position:relative;
    display:inline-block;
    width:40px;
    text-indent:-999px;
	margin: 10px 10px 0 auto;
}
 
.border-icon {
    height:5px;
    border-top:6px solid #496699;
    border-bottom:6px solid #496699;
}
 
.border-icon:before {
    content:"";
    position:absolute; 
    top:7px;
    left:0;
    width:100%;
    border-top:6px solid #496699;
}
	
#nav {
	position: fixed;
	top: -200%;
	right: 0;
	float: none;
	width: auto;
	margin: 0;
	padding: 0;
	background: #036;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	-webkit-transition: all 1s ease-in-out;
	-moz-transition: all 1s ease-in-out;
	-o-transition: all 1s ease-in-out;
	-ms-transition: all 1s ease-in-out;
	transition: all 1s ease-in-out;
}

#nav:target {
	top: 0;
}

#nav ul li {
	float: none;
	text-align: left;
	border-bottom: 1px solid #555;
}

#nav ul li.close {
	display: block;
	font-size: 18px;
	font-weight: 700;
}
#nav ul li.close a {
	color:#F33
}

#nav ul li a {
	color: #fff;
}
#nav ul li a:hover {
	background: #99042F;
	color: #fff;
}
#nav ul li.active a{
	color: #fff;
}

#nav ul li:last-child {
	border-bottom: none;
}

}