@charset "utf-8";
       
       /* Give the menu bar a width and set the margins to "auto"
 * so that the browser does the centering.
 */
 ul.MenuBarHorizontal {
	margin: auto;
	width: 50em;
	background-position: center top;
	vertical-align: top;
	background-color: #99CC01;
 }
 
       
