#menu {
	float: left;
	list-style: none;
	margin: 0;
	padding: 0;
	width: 776px;
	font-family: "trebuchet MS";
	font-size: 14px;
	background-color: #7a2427;
	color: #ded3b0;
}
#menu li {
	float: left;
	margin: 0;
	padding: 0;
	font-family: "trebuchet MS";
	font-size: 12px;
	color: #ded3b0;
}
#menu a {
	color: #E8DFC6;
	display: block;
	float: left;
	margin: 0;
	text-decoration: none;
	font-weight:normal;
	background-color: #7a2427;
	background-image: url(images/seperator.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	width: 81px;
	padding-top: 4px;
	padding-right: 8px;
	padding-bottom: 4px;
	padding-left: 8px;
}
#menu a:hover {
	color: #fff;
	padding-bottom: 4px;
	background-color: #cbb480;
	background-image: url(images/hover.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
	}
