body {
	font-family: Helvetica, Geneva, Arial, sans-serif;
	font-size: small;
	background-color: #FFF;
	margin: 0px;
	padding: 0px;
	}

h1, h2, h3, h4, h5, h6 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: 700;
	}
h1 {font-size: 160%;}
h2 {font-size: 140%;}
h3 {font-size: 120%;}
h4 {font-size: 100%;}
h5 {font-size: 100%;}
a {color: #8b8;}
a:hover {color: #696;}
a:visited {color: #7a7;}

div#menu-main {
	float: left;
	width: 11em;
	margin: -1px 0 0 -1px;
	background: #FDD;
	font-family: Arial, Helvetica, sans-serif; 
	font: menu;
	font-weight: 700;

	}
div#menu-main ul {
	margin: 0;
	padding: 0;
	width: 11em;
	background: white;
	border: 1px solid #AAA;
	}
div#menu-main li {
	position: relative;
	list-style: none;
	margin: 0;
	border-bottom: 1px solid #CCC;
	}
div#menu-main li:hover {
	background: #EBB;
	cursor: pointer;
}
div#menu-main li.submenu {
	background: yellow;
	background: url(/images/submenu_right.gif) 95% 50% no-repeat; 
	}
div#menu-main li.submenu:hover {
	background-color: #EDD; 
	}
div#menu-main li a {
	display: block; 
	padding: 0.25em 0 0.25em 0.5em;
	text-decoration: none;
	width: 10.5em;
	}
div#menu-main>ul a {width: auto;}
div#menu-main ul ul {
	position: absolute;
	top: 0;
	left: 10.5em; /* was 11em */
	display: none;
	}
div#menu-main ul.level1 li.submenu:hover ul.level2,
div#menu-main ul.level2 li.submenu:hover ul.level3 {
	display: block;
	}

.wide-centered {
	text-align: center;
	font-stretch: extra-expanded; 
	}
	
.invisible {
	color: #FFF;
	clear: both;
	}
