#menutitle {
	background: #d6b473;
	list-style: none;
	margin: 0;
	padding: 0;
	width: 228px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 0px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
}
#menutitle li {
	margin: 0;
	padding: 6px;
	font-family: Arial, Verdana, sans-serif;
	font-size: 75%;
	font-weight: bold;
	list-style-type: none;
}
#menu {
	background: #edebe4;
	list-style: none;
	margin: 0;
	padding: 0;
	width: 228px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #000000;
	border-left-color: #000000;
}
#menu li {
	font: 67.5% Arial, Verdana, sans-serif;
	margin: 0;
	padding: 0;
	border-bottom: 1px solid #ded9c6;
	list-style-type: none;
}
#menu a {
	background: #edebe4;
	color: #000000;
	display: block;
	margin: 0;
	padding: 4px 20px;
	text-decoration: none;
	font-weight:normal;
	}
#menu a:hover {
	background: #a9a38e url(images/hover.gif) left center no-repeat;
	color: #fff;
	padding-bottom: 4px;
}
#menulast {
	background: #edebe4;
	list-style: none;
	margin: 0;
	padding: 0;
	width: 228px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #000000;
	border-left-color: #000000;
}
#menulast li {
	font: 67.5% Arial, Verdana, sans-serif;
	margin: 0;
	padding: 0;
	border-bottom: 1px solid #000000;
	list-style-type: none;
}
#menulast a {
	background: #edebe4;
	color: #000000;
	display: block;
	margin: 0;
	padding: 4px 20px;
	text-decoration: none;
	font-weight:normal;
	}
#menulast a:hover {
	background: #a9a38e url(images/hover.gif) left center no-repeat;
	color: #fff;
	padding-bottom: 4px;
}