@charset "utf-8";
ul.MenuBarHorizontal a {
	display: block;
	cursor: pointer;
	background-color: #2C4337;
	color: #F2F7D6;
	text-decoration: none;
	border-top-width: medium;
	border-right-width: medium;
	border-bottom-width: medium;
	border-left-width: medium;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #17241E;
	border-left-color: #456956;
	border-top-color: #527C66;
	border-right-color: #23362D;
	font-size: 0.8em;
	font-weight: bold;
	text-align: center;
	padding-top: 0.5em;
	padding-right: 0.5em;
	padding-bottom: 0.5em;
	padding-left: 0.5em;
}
ul.MenuBarHorizontal a:hover, ul.MenuBarHorizontal a:focus {
	background-color: #C5F1B1;
	color: #282828;
	border-top-color: #E4F9DB;
	border-right-color: #B3ED9A;
	border-bottom-color: #9FE981;
	border-left-color: #D1F3C2;
}
S
