	#main-menu {
		position:relative;
		z-index:9999;
		width:auto;
	}
	#main-menu ul {
		width:12em; /* fixed width only please - you can use the "subMenusMinWidth"/"subMenusMaxWidth" script options to override this if you like */
	}
	#main-header h1 {
          font: bold 35px arial, sans-serif;
          color: white;
          text-align: center;
        }