#menu {
	background: #921209;
	float: left;
	list-style: none;
	margin: 0;
	padding: 0;
	width: 100%;
	color: #921209;
	white-space: nowrap;
}
#menu 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;
}
#menu a {
	color: #FFF;
	display: block;
	float: left;
	margin: 0;
	padding: 8px 30px;
	text-decoration: none;
	font-weight:bold;
	background-color: #921209;
	white-space: nowrap;
	background-image: images/img04.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
	
}
#menu a:hover {
	color: #fff;
	padding-bottom: 8px;
	background-color: #171717;
	background-image: menu/images/hover.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
	white-space: nowrap;

	}

#menu .current_page_item {
	color: #fff;
	padding-bottom: 8px;
	background-color: #070707;
	background-image: menu/images/hover.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
	white-space: nowrap;

}

