#Nav {
	padding: 0;
	list-style: none;
}
#Nav li {
	float: left;
	padding: 0;
}
#Nav li a {
	display: block;
	text-decoration: none;
	margin: 0;
}
#Nav li ul {
/*	background: url(../imgs/header/bg.jpg) 0 -1px !important;*/	
/*	background: #9e7d47;*/
	background: url(../imgs/header/bg-2.jpg) !important;
	float: left;
	z-index:2;
}
.Menu {
	padding: 0;
	list-style: none;
	display: none;
	position:absolute;
	width:250px;
}