#page_container {
	position: absolute;
	width: 100px;
	height: 100%;
	top: 0;
}

#toppanel {
	position: fixed;
	height: 100%;
	left: 0;
	text-align: left;
	z-index: 2500;
}

#panel {
	width: 0;
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	z-index: 2500;
	overflow: hidden;
	text-align: left;
}

#panel_contents {
	background: #000000;
	height: 100%;
	width: 100%;
	position: absolute;
	z-index: -1;
}

.panel_button {
	position: fixed;
	top: 5px;
	left: 5px;
	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;
}

.panel_button_fixed img {
	position: relative;
	top: 0;
	left: 0;
	border: none;
	width: 30px;
	height: 30px;
	z-index: 2000;
}

.panel_button a {
	text-decoration: none;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 4000;
}

/*********************** NAVIGATION MENU ************************/
#navMain {
	position: relative; 
	left: 0; 
	top: 0;
	padding: 10px 30px 20px 60px;
	display: none;
	}

#navMain ul {
	margin: 0;
	padding: 0;
	border-bottom:1px solid #ffffff;
	list-style-type: none;
	}

#navMain a, #navMain a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	color: #ffffff;
	display: block;
	line-height: 200%;
	border-top:1px solid #ffffff;
	text-indent: 5px;
	text-decoration: none;
	}
