/************************************************************
	header
*************************************************************/


nav{
	max-width: 640px;
}


nav .menu {
	position: absolute;
	left: 0;
	top:100%;
	width: 100%;
	background: #f5de92;
	color: #6a3906;
	overflow: hidden;
	z-index: 9999;
}

nav .menu ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

nav .menu li {
	position: relative;
	margin-left:16px;
	margin-right: 16px;
	margin-bottom: 10px;
}

nav .menu a {
	display: block;
	color: #6a3906;
	text-decoration: none;
	padding: 5px 20px;
	border-bottom: 1px solid #6a3906;
	height: 40px;
	line-height: 40px;
	font-size: 20px;
}

nav .menu a:hover {
	color: #fff;
	background: #05114d;
}

