﻿/* Styles for Navigation */
#MenuTop {
	padding: 10px 18px 5px 8px;
	text-align: center;
	font-size: 96%;
	font-weight: bold;
}
#MenuTop ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
#MenuTop li {
	display: inline;
}
#MenuTop a:link, #MenuTop a:visited {
	padding: 9px 10px 10px 10px;
	color: #C8C5BB;
	text-decoration: none;
}
#MenuTop a:hover {
	color: #fff;
	text-decoration: none;
	background-color: #400D0A;
}
/* Styles for Footer Navigation */
#MenuBottom {
	padding: 10px 18px 5px 8px;
	text-align: center;
	font-size: 96%;
	font-weight: bold;
}
#MenuBottom ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
#MenuBottom li {
	display: inline;
}
#MenuBottom a:link, #MenuBottom a:visited {
	padding: 9px 10px 10px 10px;
	color: #C8C5BB;
	text-decoration: none;
}
#MenuBottom a:hover {
	color: #fff;
	text-decoration: none;
	background-color: #400D0A;
}
#MenuLeft {
	padding: 10px 0px 8px 0px;
	text-align: left;
	font-weight: bold;
}
#MenuLeft ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
#MenuLeft li {
	list-style-image: none;
	margin: 0px 0px 2px 0px;
}
#MenuLeft a {
	padding: 0px 10px 0px 10px;
	display: block;
	line-height: 18pt;
	width: 140px;
	color: #66604D;
	background-color: #fff;
	border-bottom: 1px solid #66604D;
	border-right: 4px solid #fff;
	text-decoration: none;
}
#MenuLeft a:hover {
	color: #1F1C18;
	background-color: #C8C5BB;
	border-bottom: 1px solid #400D0A;
	border-right: 4px solid #400D0A;
}
