#page nav {
	display: none;
}
#mobileheader,  .mobileheader {
	background: #bb0000;
	font-size: 16px;
	font-weight: bold;
	color: #ffffff;
	text-align: center;
	line-height: 40px;
	height: 40px;
	padding: 0 50px;
}
#mobileheader a,  .mobileheader a {
	background: center center no-repeat transparent;
	background-image: url(images/menu.png);
	float:left;
	width: 40px;
	height: 40px;
	position: absolute;
	top: 0;
	left: 10px;
}
