#menu1 {
	background: #fafafa;
	float: center;
	list-style: none;
	margin: 0;
	padding: 0;
	width: 100%;
}
#menu1 li {
	font: 82.5% "Lucida Sans Unicode", "Bitstream Vera Sans", "Trebuchet Unicode MS", "Lucida Grande", Verdana, Helvetica, sans-serif;
	text-align: center;
        margin: 0;
	padding: 0;
}
#menu1 a { font: 82.5% "Lucida Sans Unicode", "Bitstream Vera Sans", "Trebuchet Unicode MS", "Lucida Grande", Verdana, Helvetica, sans-serif;
	background: #ffe7ba; 
	border: 1px solid #d2b48c;
        color: #000000;
	display: block;
	margin-bottom: 2px;
	padding: 5px 12px;
	text-decoration: none;
}
#menu1 a:hover {
	background: #8b5a2b url("images1/hover.png") left center no-repeat;
	color: #ffff00;
	padding-bottom: 10px;
}
