
#page nav
{
	display: none;
}

#mobileheader,
.mobileheader
{
	background: #010101;
	font-size: 16px;
	font-weight: bold;
	color: #f5bc13;
	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);

	display: block;
	width: 40px;
	height: 40px;
	position: absolute;
	top: 0;
	left: 10px;
}
