#menu {
	background: url(/img/lbh/menubg.png) center left repeat-x;
	text-align: center;
	height: 140px;
	white-space:nowrap;
	margin-top: 25px;
}
#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 {
	color: #f5f3b1;
}