
#menu {
	float: none;
	width: 69%;
	text-align: left;
	background-image: url(../images/hbar.png);
	background-repeat: repeat-x;
	background-position: bottom;
	font-size: 150%;
	padding-bottom: 1em;
}

#menu li {
	display: inline;
	text-outline: 1 0 #ffff00;
	white-space: nowrap;
}

#menu li:after {
	content: " ";
}

#content {
	width: 100%;
}



