@charset "utf-8";
ul.MenuBarHorizontal a {
	display: block;
	cursor: pointer;
	background-color: #E11111;
	color: #FCF7F5;
	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: #7E0A0A;
	border-left-color: #F03939;
	border-top-color: #F25555;
	border-right-color: #C60F0F;
	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: #FFDA6A;
	color: #282828;
	border-top-color: #FFE9A6;
	border-right-color: #FFCF3E;
	border-bottom-color: #F9BB00;
	border-left-color: #FFE28C;
}
.twoColFixRtHdr #container #mainContent h1 {
	margin-top: 85px;
}
ul.MenuBarHorizontal li {
	padding: 0;
	list-style-type: none;
	font-size: 100%;
	position: relative;
	text-align: center;
	cursor: pointer;
	width: 247px;
	float: left;
	display: inline;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0px;
}
