body {
	background-color: #000000;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #f9f9f9;
	font-size: 11px;
}
a:link {
	color: #a36209;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #a36209;
}
a:hover {
	text-decoration: underline;
	color: #888888;
}
a:active {
	text-decoration: none;
	color: #777777;
}
/* Submenu containers have borders on all sides */
ul.MenuBarHorizontal ul
{
	border: 1px solid #CCC;
}
/* Menu items  */
/* Menu bar container */
#MenuBar {
	background-color: #090000;
	font-size: 1.1em;
	padding-left: 25px;
}

ul.MenuBarHorizontal a
{
	display: block;
	cursor: pointer;
	background-color: #090000;
	padding: 0.5em 0.75em;
	color: #F5D674;
	text-decoration: none;
}
/* Menu items that have mouse over or focus */
ul.MenuBarHorizontal a:hover, ul.MenuBarHorizontal a:focus
{
	background-color: #1169B6;
	color: #f9f9f9;
}
/* Menu items that are open with submenus are set to MenuBarItemHover  */
ul.MenuBarHorizontal a.MenuBarItemHover, ul.MenuBarHorizontal a.MenuBarItemSubmenuHover, ul.MenuBarHorizontal a.MenuBarSubmenuVisible
{
	background-color: #1169B6;
	color: #FFF;
}
.subNavBtnOn {
	font-size: 12px;
	color: #f9f9f9;
	text-align: center;
	float: left;
	width: 70px;
	background-color: #834F07;
	padding-left: 15px;
	padding-right: 15px;
	padding-bottom: 5px;
	padding-top: 5px;
	font-weight: bold;
	border-left-color: #E0B300;
	border-left-style: solid;
	border-left-width: 1px;
	border-right-color: #E0B300;
	border-right-style: solid;
	border-right-width: 1px;
	border-top-color: #AA8800;
	border-top-style: solid;
	border-top-width: 1px;
	border-bottom-color: #E0B300;
	border-bottom-style: solid;
	border-bottom-width: 1px;
}
.subNavBtnLOn {
	font-size: 12px;
	color: #f9f9f9;
	text-align: center;
	width: 50px;
	float: left;
	background-color: #834F07;
	padding-left: 17px;
	padding-right: 15px;
	padding-bottom: 5px;
	padding-top: 5px;
	font-weight: bold;
	border-left-color: #E0B300;
	border-left-style: solid;
	border-left-width: 1px;
	border-right-color: #E0B300;
	border-right-style: solid;
	border-right-width: 1px;
	border-top-color: #AA8800;
	border-top-style: solid;
	border-top-width: 1px;
	border-bottom-color: #E0B300;
	border-bottom-style: solid;
	border-bottom-width: 1px;
}
.subNavBtn {
	font-size: 11px;
	color: F5D674;
	text-align: center;
	float: left;
	width: 70px;
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom: 4px;
	padding-top: 4px;
}
.subNavBtnL {
	font-size: 11px;
	color: #F5D674;
	text-align: center;
	width: 45px;
	float: left;
	padding-left: 20px;
	padding-bottom: 4px;
	padding-right: 10px;
	padding-top: 4px;
}

