nav:not(.mm-menu)
{
	display: none;
}

.header {
	width: 30px;
	height: 30px;
	position:absolute;
	top: 5px;
	right: 20px;
	z-index:9999;
}
.header.fixed
{
	position: fixed;
	top: 0;
	left: 0;
}
.header a
{
	background: center center no-repeat transparent;
	background-image: url(/images/menu.png);
	display: block;
	width: 30px;
	height: 30px;
	position: absolute;
	top: 0px;
	right: 0px;
	z-index:9999;
}