#menux {
	background: #BEED8F url(images/top_18.jpg);
	float: left;
	list-style: none;
	margin: 0;
	padding: 0;
	width: 100%;


}
#menux a {
	background: #BEED8F url(images/top_18.jpg);
	border-bottom: 1px solid  #DDF5C5;
	color: #1B3E11;
	display: block;
	margin: 0;
	padding: 2px 10px;
	text-decoration: none;
	font: 75% "Lucida Sans Unicode", "Bitstream Vera Sans", "Trebuchet Unicode MS", "Lucida Grande";
	font-weight: 500;
}
#menux a:hover {
	background: #BEED8F url(images/hover1.jpg) left center no-repeat;
	color: #ffffff;
	margin: 0;
	padding: 2px 10px;
	font: 72% "Lucida Sans Unicode", "Bitstream Vera Sans", "Trebuchet Unicode MS", "Lucida Grande";
	font-weight: bold;
}