.nav {
	margin: 0px;
	padding: 0px;
	list-style: none;
	float:left;
	width:100%;
	background: #C39248;
	margin-bottom: 10px;
}

.nav li {
	float: left;
	width: 160px;
	position: relative;
}

.nav li a {
	--background: #9B85BE;
	background: #C39248;
	color: #fff;
	display: block;	
	padding: 7px 8px;
	text-decoration: none;
	border-top: 1px solid #069;
}

.nav li a:hover {
	color: #069;	
	overflow: visible;
}

.nav li a.active {
	color: #333;
	overflow: visible;
}

/*=== submenu ===*/

.nav ul {
	display: none;
	position: absolute;
	overflow: visible; 
	margin-left: 0px;
	list-style: none;
	padding: 0px;
	z-index: 10;
}

.nav ul li {
	width: 160px;
	float: center;
	overflow: visible;
	z-index: 10;
}

.nav ul a {
	display: block;
	height: 15px;
	overflow: visible;
	padding: 7px 8px;
	color: #fff;
	text-decoration: none;
	border-bottom: 1px solid #222;
	z-index: 10;
}

.nav ul li a:hover {
	color: #069;
	overflow: visible;
	z-index: 10;
}





















