@charset "utf-8";
ul.MenuBarHorizontal a {
	display: block;
	cursor: pointer;
	background-color: #735F78;
	color: #F5F3F5;
	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: #463A49;
	border-left-color: #8A7391;
	border-top-color: #9D89A3;
	border-right-color: #604F64;
	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: #BAACBD;
	color: #0A070A;
	border-top-color: #D6CED7;
	border-right-color: #A694A9;
	border-bottom-color: #8B7591;
	border-left-color: #CDC2CF;
}
ul.MenuBarHorizontal li {
	padding: 0;
	list-style-type: none;
	font-size: 100%;
	position: relative;
	text-align: center;
	cursor: pointer;
	width: 165px;
	float: left;
	display: inline;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0px;
}
