#menu {
	background: url(../images/lbh/menubg.png) center left repeat-x;
	text-align: center;
	height: 140px;
	white-space:nowrap;
	margin-top: 25px;
	text-transform: uppercase;
}

#menu li {
	display: inline;
}

#menu div.content {
	width: 800px;
	margin: 0 auto;
}
#menu a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #FFF;
	display: block;
	float: left;
	margin-right: 35px;
	text-decoration: none;
	line-height: 140px;		
}
#menu a:hover {
	text-decoration: underline;
}
#menu a.selected, #menu .current_page_item a {
	color: #f5f3b1;
}