nav {
    background: #fff;
    height: 100px;
	-webkit-box-shadow: 0px 0px 10px 0px rgba(33,33,33,0.7);
	-moz-box-shadow: 0px 0px 10px 0px rgba(33,33,33,0.7);
	box-shadow: 0px 0px 10px 0px rgba(33,33,33,0.7);
}
#menu {
	margin: 0 auto;
	width: 1100px;
	padding: 0;
	list-style: none;
	font-style:normal;
	line-height: 1em;
	font-size: 1em;
}
#menu li {
	float: left;
	   
}
#menu li:nth-of-type(4) { margin-left: 243px; }
#menu li a {
	text-transform: uppercase;
	text-decoration: none;
	display: block;
	text-align: center;
	font-family: "Brandon", Arial, sans-serif;
	color: #167C46;
	width: 140px;
	min-height:100px;
	padding: 39px 0 27px;
}
.lines { padding: 29px 0 20px !important;}
.lines span {margin-top: 3px; display: block; font-size:12px; font-style:normal; font-weight: normal !important;}
.current, #menu li a:hover { background: #CDF2D3}


#menu a:hover { background: #00b050; -webkit-transition: all 0.5s ease 0s; -moz-transition: all 0.5s ease 0s; -o-transition: all 0.5s ease 0s; transition: all 0.5s ease 0s; }

@media only screen and (max-width: 1100px) {
	.current { background: #f9f9f9; }
	#menu li:nth-of-type(4) { margin-left: 0;}
	#menu li a, .lines { width: 100%; padding: 18px 0 !important; min-height: 50px }
	 { padding: 29px 0 20px !important; }
	.lines span { display: inline-block; font-size: inherit; }
	#menu {
		margin: 0 !important;
	}
	#nav {
		position: relative;
	}
	#nav > a {
	}
	#nav:not(:target) > a:first-of-type, #nav:target > a:last-of-type {
		background-image: url("../img/nav.png");
		background-repeat: no-repeat;
		display: block;
		height: 50px;
		position: absolute;
		right: 25px;
		top: 25px;
		width: 50px;
		z-index: 2
	}
	#nav > ul {
		display: none;
		height: auto;
		left: 0;
		margin-top: 100px !important;
		padding-top: 20px;
		background: rgba(200,200,200,0.5);
		position: absolute;
		right: 0;
		width: 100%;
		-webkit-box-shadow: 0px 9px 6px 0px rgba(33,33,33,0.2);
		-moz-box-shadow: 0px 9px 6px 0px rgba(33,33,33,0.2);
		box-shadow: 0px 9px 6px 0px rgba(33,33,33,0.2);
	}
	#nav:target > ul {
		display: block;
	}
	#nav > ul > li {
		background-color: #ededed;
		border-bottom: 2px solid #C0B6AC;
		float: none;
		margin: 0;
		padding: 0;
		width: 100%;
	}
	#nav li ul {
		position: relative !important;
		width: 100%;
	}
	#nav li:hover li a {
		background-color: #0a2806 !important;
	}
	#nav > ul > li:first-of-type { border-top: 2px solid #C0B6AC; }
}