#nav > a {
	display: none;
}
#nav span:after {
	width: 0;
	height: 0;
	border: 0.313em solid transparent; /* 5 */
	border-bottom: none;
	border-top-color: #efa585;
	content: '';
	vertical-align: middle;
	display: inline-block;
	position: relative;
	right: -0.313em; /* 5 */
}
@media only screen and ( max-width: 800px ) {
#nav {
	position: relative;
	top: auto;
	right: auto;
	float: right;
	clear: right;
	width: 30%;
}
#nav > a {
	width: 50px;
	height: 50px;
	text-align: left;
	text-indent: -9999px;
	background-color: #843717;
	position: relative;
	clear: right;
	float: right;
}
#nav > a:before, #nav > a:after {
	position: absolute;
	border: 2px solid #fff;
	top: 35%;
	left: 25%;
	right: 25%;
	content: '';
}
#nav > a:after {
	top: 60%;
}
#nav:not( :target ) > a:first-of-type, #nav:target > a:last-of-type {
	display: block;
}
/* first level */

#nav > ul {
	height: auto;
	display: none;
	position: absolute;
	left: 0;
	right: 0;
	top: 50px;
}
#nav:target > ul {
	display: block;
}
#nav > ul > li {
	width: 100%;
	float: left;
	background-color: #843717;
	padding: 0;
}
#nav > ul > li > a {
	height: auto;
	text-align: left;
	padding: 5% 10%; /* 20 (24) */
	width: 100%;
	float: left;
}
#nav > ul > li:not( :last-child ) > a {
	border-right: none;
}
/* second level */

#nav li ul {
	position: static;
	padding: 1.25em; /* 20 */
	padding-top: 0;
}
