#toppanel {	position: absolute;	width: 100%;	height: 100%;	top: -5px;	left: 0;	text-align: left;}#panel {	width: 100%;	position: absolute;	top: 0;	left: 0;	height: 0;	z-index: 1;	overflow: hidden;	text-align: left;}#panel_contents {	background: #FF6600;	height: 100%;	width: 100%;	position: absolute;	top: 0;	z-index: -1;}.panel_button {	position: absolute;	top: 10px;	right: 5%;	width: 30px;	height: 30px;	z-index: 2000;	cursor: pointer;	z-index: 10000;}.panel_button img {	position: relative;	top: 0;	left: 0;	border: none;	height: 100%;	width: 100%;	z-index: 4000;}/*********************** NAVIGATION MENU ************************/#navMain {	position: relative; 	left: 0; 	top: 0;	padding:15px 60px 20px 20px;	display: none;	}#navMain ul {	margin: 0;	padding: 0;	border-bottom:1px solid #FFFFFF;	list-style-type: none;	}#navMain a, #navMain a:visited {	font-family: 'fjalla';	font-size: 14pt;	color: #FFFFFF;	display: block;	height: 40px;	line-height: 40px;	border-top:1px solid #FFFFFF;	text-indent: 5px;	text-decoration: none;	background: url(../images/arrowright.png) right center no-repeat;	background-size: 15px 15px;	}