#menux {
	background: #F4F4F4;
	float: left;
	list-style: none;
	margin: 0;
	padding: 0;
	width: 100%;


}
#menux a {
	background: #F4F4F4;
	border-bottom: 1px solid #CCCCCC;
	color:   #363636;
	display: block;
	margin: 0;
	padding: 0px 10px;
	text-decoration: none;
	font: 70% "Lucida Sans Unicode", "Bitstream Vera Sans", "Trebuchet Unicode MS", "Lucida Grande", Verdana, Helvetica, sans-serif;
}
#menux a:hover {
	background: #99CC33 left center no-repeat;
	color: #FFFAFA;
	padding-bottom: 0px;
	font: 70% "Lucida Sans Unicode", "Bitstream Vera Sans", "Trebuchet Unicode MS", "Lucida Grande", Verdana, Helvetica, sans-serif;
}