
.newheader nav {
	display: none;
}

=
.newheader.fixed {
	position: fixed;
	top: 0;
	left: 0;
}

.newheader a {
	display: block;
	width: 28px;
	height: 18px;
	margin: 5px;
	position: absolute;
	top: 0;
	right: 0;
}
.newheader a:before,
.newheader a:after {
}
.newheader a span {
}
