#pageHeader:before {	
	content:"MENU";	
	position: absolute;	
	z-index:1;
	top: 0;
	left: 0;
font-weight: bold;	
font-size: 14px;
	line-height: 17px;
	padding: 55px 0 0 12px;
	letter-spacing: 1px;
	
	text-shadow: none;
}

/* 	font-size: 14px;
	line-height: 17px;
	padding: 25px 0 0 70px;
	font-weight: bold;	 */

/* 	font-size: 14px;
	line-height: 17px;
	padding: 70px 0 0 15px; */

@media only screen and (max-width: 767px) {

#pageHeader:before {	
	content:"MENU";	
font-size: 11px;
	line-height: 15px;
	letter-spacing: 1px;
	padding-top: 52px;
	padding-left: 17px;
	text-shadow: none;
}
}

