nav {
	margin: 0;
	padding: 0;
}
.toggle, [id^=drop] {
	display: none;
}
nav ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
nav ul li {
	width: 14.2857%;
	background: #000;
	font-size: 0.75em;
	line-height: 60px;
	letter-spacing: 2px;
	text-align: center;
	text-transform: uppercase;
	border-right: 1px solid #232323;
	text-overflow: ellipsis;
	white-space: nowrap;
	display: inline-block;
	overflow: hidden;
	float: left;
}
nav ul li:last-child {
	border-right: none;
}
nav a, a:visited {
	color: #A1A1A1;
	text-decoration: none;
	display: block;
}
nav a:hover {
	color: #FFF;
	background: #303030;
	text-decoration: underline;
}
nav a:active {
	color: #FFF;
	background: #252525;
	text-decoration: none;
}


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

nav {
	margin: 0;
	padding: 0;
}
.toggle + a, .menu {
	display: none;
}
.toggle {
	padding: 0 20px;
	background: #000;
	color: #FFF;
	line-height: 60px;
	text-decoration: none;
	display: block;
}
.toggle:hover {
	background: #303030;
}
[id^=drop]:checked + ul {
	display: block;
}
nav ul {
	float: none;
}
nav ul li {
	margin: 0;
	padding: 0;
	width: 100%;
	background: #000;
	font-size: 0.9375em;
	line-height: 60px;
	text-align: left;
	text-indent: 40px;
	display: block;
}
nav a, a:visited {
	color: #A1A1A1;
	text-decoration: none;
	letter-spacing: 0;
}
nav a:hover {
	background: #303030;
	color: #FFF;
	text-decoration: none;
}
nav a:active {
	background: #505050;
	color: #FFF;
	text-decoration: none;
}


}