@charset "utf-8";
/* CSS Document */


ul.MenuBarHorizontal#two42MainMenu li {
	width: auto;
}

/* Remove any widths on sub menus. */

ul.MenuBarHorizontal#two42MainMenu ul {
	width: auto;
}

/* We want the menu items in our sub menus to
 * fill up the entire width of the sub menu, so
 * make sure it is display:block and not floated.
 * Also remove any specified width from the default
 * style sheet and turn on "nowrap".
 */

ul.MenuBarHorizontal#two42MainMenu ul li {
	display: block;
	float: none;
	width: auto;
	white-space: nowrap;
	border-bottom: solid 1px #567800;
}

/* Now that our menus auto size horizontally, we need to
 * make sure that we have some space for any sub menu indicators
 * so they don't overlap with the text in the menu item.
 */

ul.MenuBarHorizontal#two42MainMenu a.MenuBarItemSubmenu {
	padding: 6px 2em 6px 0.75em;
}

/* Give the menu bar a width and set the margins to "auto"
 * so that the browser does the centering.
 */

ul.MenuBarHorizontal#two42MainMenu {
/*	width: 800px;
	margin: auto;
*/
	margin: 0px 10px 0px 10px;
/*  background: transparent url('../../../../img/page/background_R11.v1.2_04.jpg') top left no-repeat;
*/}

