@charset "UTF-8";
#MenuBar1 li {
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #FFF;
}

ul.MenuBarHorizontal
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size: 90%;
	cursor: default;
	width: auto;
}

/* 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: center;
	cursor: pointer;
	float: right;
}


/*******************************************************************************

 DESIGN INFORMATION: describes color scheme, borders, fonts

 *******************************************************************************/

/* Submenu containers have borders on all sides */
ul.MenuBarHorizontal ul
{
	border: 1px solid #CCC;
}
/* Menu items are a light gray block with padding and no text decoration */
ul.MenuBarHorizontal a
{
	display: block;
	cursor: pointer;
	background-color: #928d5e;
	color: #FFF;
	text-decoration: none;
	padding-top: 0.5em;
	padding-right: 1.1em;
	padding-bottom: 0.5em;
	padding-left: 1.1em;
}
/* Menu items that have mouse over or focus have a blue background and white text */
ul.MenuBarHorizontal a:hover {
	color: #595F34;
	background-image: url(../images/mainmenuhover.gif);
}
