/*.header {
	position: relative;
	max-width: 100%;
	margin: 20px auto;
	padding: 10px;
	background: #fff;
	box-sizing: border-box;
	border-radius: 4px;
	box-shadow: 0 2px 5px rgba(0, 0, 0, .2);	
}

.logo {
	color: #069370;
	height: 60px;
	font-size: 36px;
	line-height: 60px;
	background: #ccc;
	text-align: center;
	box-sizing: border-box;
	float: left;
	font-weight: 700;
	text-decoration: none;
}
.nav {
	float: right;
}
.clearfix
{
	clear: both;
}*/
.nav .container li {
	z-index: 1000;
}

#nav ul li a {
	z-index: 1000;
}