#ShopSubMenu {
	background-color: #d6c17e;
	color: #fff;
}

	#ShopSubMenu a {
		/*color: #533930;*/
	}

	#ShopSubMenu a:hover {
		background-color: Transparent;
	}

#map {
	width: 750px;
	height: 400px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	border: solid 4px #e3d998;
}

#MapFooter {
	width: 758px;
	padding-top: 3px;
	padding-bottom: 7px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	background-color: #e3d998;
	color: #533930;
	margin-bottom: 20px;
	font-weight: bold;
}