#menu1 {
	background: #2E1B02;
	list-style: none;
	margin: 0;
	padding: 0;
}
#menu1 a {
	background: #FFFEF2;
	color: #2E1B02;
	display: block;
	float: left;
	margin: 0;
	padding: 10px 40px;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
}
#menu1 li {
	float: left;
	font: 67.5% "Lucida Sans Unicode", "Bitstream Vera Sans", "Trebuchet Unicode MS", "Lucida Grande", Verdana, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
}
#menu1 a:hover {
	color: #2E1B02;
	padding-bottom: 10px;
	background-image: url(image/hover.gif);
	background-repeat: no-repeat;
	background-position: center bottom;

