nav {
	margin: 0;
	padding: 0;
}
.toggle, [id^=drop] {
	display: none;
}
nav ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
nav ul li {
	width: 16.6667%;
	background: #003366;
	font-size: 0.8125em;
	line-height: 54px;
	letter-spacing: 2px;
	text-align: center;
	text-transform: uppercase;
	text-overflow: ellipsis;
	white-space: nowrap;
	display: inline-block;
	overflow: hidden;
	float: left;
}
nav a, nav a:visited {
	color: #E5F3FF;
	text-decoration: none;
	display: block;
}
nav a:hover {
	color: #FFF;
	background: #004477;
	text-decoration: none;
	transition: all 0.15s ease 0s;
}
nav a:active {
	color: #FFF;
	background: #004D80;
	text-decoration: none;
}

@media all and (max-width : 768px) {

nav {
	margin: 0;
	padding: 0;
}
.toggle + a, .menu {
	display: none;
}
.toggle {
	padding-left: 20px;
	background: #004477;
	line-height: 54px;
	display: block;
}
.toggle:hover {
	background: #004D80;
}
.menuicon {
	height: 36px;
	width: 36px;
	margin-top: 12px;
	margin-bottom: 12px;
}
[id^=drop]:checked + ul {
	display: block;
}
nav ul {
	float: none;
}
nav ul li {
	margin: 0;
	padding: 0;
	width: 100%;
	background: #003366;
	font-size: 0.9375em;
	letter-spacing: 0.75px;
	line-height: 54px;
	text-align: left;
	text-indent: 40px;
	display: block;
}
nav a:hover {
	background: #004477;
	text-decoration: none;
}
nav a:active {
	background: #004D80;
	text-decoration: none;
}

}