/* Menu */
.menu {
	background-color: #FFE2CD;
	width: 195px;
	font-size: 14px;
	vertical-align: top;
	padding-left: 10px;
	padding-bottom: 10px;
	text-align: left;
}
.menu table {
	width: 172px;
}
.menu td {
	vertical-align: middle;
	text-align: left;
}
.menu a {
	text-decoration: none;
	padding-top: 7px;
	padding-bottom: 11px;
	padding-left: 25px;
	padding-right: 0px;
	display: block;
	width: 100%;
	color: #663333;
	background-image: url(graphics/menu_hover.jpg);
	background-position: left top;
	background-repeat: no-repeat;
}
.menu a:hover {
	background-image: url(graphics/menu.jpg);
	background-position: left top;
	background-repeat: no-repeat;
	color: #660000;
}
.footer {
	padding-top: 5px;
	padding-left: 9px;
	padding-right: 7px;
	font-size: 10px;
	color: #B2816A;
}
.footer a {
	color: #B2816A;
	text-decoration: none;
}
.footer a:hover {
	color: #924B2B;
}

