#menu ul {
	background: #72a227;
	float: left;
	list-style: none;
	margin: 0 10px;
	padding: 0;
	width: 800px;
}
#menu li {
	float: left;
	font: 11px "Trebuchet MS";
	margin: 0;
	padding: 0;
	border-right: 1px dotted #fff;
}
#menu a {
	background: #72A227;
	color: #fff;
	display: block;
	float: left;
	margin: 0;
	padding: 8px 0;
	text-decoration: none;
	font-weight:normal;
	width: 90px;
	text-align: center;
}
#menu a:hover {
	background: #b9d17a;
	color: #333;
	padding-bottom: 8px;                    
}

#desc ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
#desc ul li {
	font-size: 15px;
	font-family: "Trebuchet MS";
	font-weight: bold;
}
#desc ul li a {
	color: #555;
	padding: 10px 0 10px 30px;
	display: block;
	width: 390px;
	text-decoration: none;
}
#desc ul li a:hover {
	background: #E4D2C0;
}