#Header {
  display: block;
  width: 100%;
  position: relative;
  height: auto;
}

#navbtn {
  float: right;
  top: 0;
  width: 20px;
  height: 70px;
  /*background: url('images/menu.png') center no-repeat;*/
  /*text-indent: -99999px;*/
  overflow: hidden;
  display: block;
}

#Header nav {
	display: none; 
	position: static;
	width: 100%;
	top: auto;
	right: auto;
}

#Header nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
#Header nav ul li {
  display: block;
  float: none;
  font-size: 1.4em;
  margin: 0;
  width: 100%;
}
#Header nav ul li a {
  background: none repeat scroll 0 0 #DCF4DC;
  border: 0 none;
  display: block;
  line-height: 1.4em;
  padding: 6px 9px;
}
#Header nav ul li a:hover {
background: #cbdcc5;
}
#Header nav ul li a.sel {
color: #6f8767;
background: #cbdcc5;
}
