@charset "utf-8";
/* Menu item containers, position children relative to this container and are a fixed width */
ul.MenuBarHorizontal li
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size: 100%;
	position: relative;
	text-align: left;
	cursor: pointer;
	width: 198px;
	float: left;
	display: inline;
}
ul.MenuBarHorizontal a {
	display: block;
	cursor: pointer;
	background-color: #33FF33;
	color: #3C2D00;
	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: #00B700;
	border-left-color: #62FF62;
	border-top-color: #88FF88;
	border-right-color: #00F000;
	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: #008800;
	color: #FFFFFF;
	border-top-color: #00C100;
	border-right-color: #005B00;
	border-bottom-color: #002B00;
	border-left-color: #009100;
}
