@charset "utf-8";
/* CSS Document */
@import url("../webfonts/Moms_typewriter/stylesheet.css");

#menu {
	width: 100%;
	height: 30px;
	/*background-color: #B4B3B3;*/
	background-color: #A09180;
	margin-left: auto;
	margin-right: auto;
	width: 1000px;
}

#menu ul {
margin:0;
padding:0;
maring-left:65;
background-color:#a09180;

}

#menu li {
	list-style-type: none;
	float: left;
	display: block;
	width: 120px;
	height: 30px;
	text-align: center;
	line-height: 30px;
	background-color:#a09180;
}

#menu li:hover {
	background-color:#08651a;
}

#menu li a {
	text-decoration: none;
	color: #ffffff;
	height: 20px;
	font-size: 14px;
	font-family: "Moms typewriter";
	font-weight: normal;
}