.header {

	height: 32px;

	width: 100%;

	border: none;

	border-bottom: 1px solid #fff;

	-moz-box-shadow: 0px 4px 5px rgba(0,0,0,.20);

	-webkit-box-shadow: 0px 4px 5px rgba(0,0,0,.20);

	box-shadow: 0px 4px 5px rgba(0,0,0,.20);

	padding: 5px 0px 5px 0px;

	background-color: rgba(134,216,3,1.00);

	color: rgba(255,255,255,1.00);

	position: relative;

}

.header_title{
	font-size: 1em;
	margin-top: 0.4em;
	margin-bottom: .8em;
	position: relative;
	left: 65px;
	text-align: left;



}







#cssmenu {

	width: 100%;

	padding: 0px;

	position: relative;

	top: -20px;
	 z-index:100;

}

#cssmenu ul {

  margin: 0px;

  padding: 0px;

  list-style: none;



}

#cssmenu li a {

	height: 24px;

	text-decoration: none;

	font-weight: normal;

	color: #ffffff;

	display: block;

	background: url(images/menu.png);

	padding: 8px 0 0 30px;

	border-bottom: thin solid #706F6F;

	border-bottom-style: solid;



}

#cssmenu li a:hover {

  color: #ffffff;

  background: url(images/menu.png) 0 -32px;

  padding: 8px 0 0 30px;

}

#cssmenu li a:active {
	color: #ffffff;
	background: url(images/menu.png) 0 -64px;
	padding: 8px 0 0 30px;
}



h1 {
	font-size: 2em;
	color: #F37E0D;
}



h2 {font-size:30px;}



html *



{
	font-family: Myriad Pro !important;

}



#left_panel {
	
	height: 32px;

	width: 32px;

	-webkit-transition: all 0.1s ease 0.1s;

	-o-transition: all 0.1s ease 0.1s;

	transition: all 0.1s ease 0.1s;

	position: absolute;

	overflow-x: hidden;

	overflow-y: hidden;
 z-index:99;
}



#left_panel:hover {

	background-color: rgba(140,142,138,0.46);

	width: 384px;

	height: 100%;
 z-index:99;
}





#left_panel_title {

	position: relative;

	left: 65px;

	top: -48px;

	margin-left: 0px;

	margin-top: 0px;

	color: #7FFF00;

	font-size: 2em;

	text-align: left;

}



#left_panel_image {

	width: 64px;

	height: 64px;

	position: relative;

	margin-left: 0px;

}





#left_panel_image_menu_separator {

	background-color: #C2C2C2;

	height: 16px;

	width: 100%;

	text-decoration: none;

	font-weight: normal;

	color: #ffffff;

	display: block;

	padding-top: 4px;

	padding-right: 0;

	padding-left: 20px;

	padding-bottom: 6px;

}

#homepage_title {

	padding-top: 30%;

}
