/*
menuheader
*/
.menuheader {
	background: #e7e7e7;
}
.menuheader .h1,
.menuheader h1 {
	padding: 15px;
	margin: 0;
	text-transform: uppercase;
	text-align: center;
	font-weight: normal;
	font-size: 15px;
}
.menuheader .h1 {
	display: block;
}
.menuheader .h1 a {
	color: black;
	font-size: 15px;
	text-decoration: none;
}
.menuheader .h1:empty,
.menuheader h1:empty {
	padding: 8px;
}