
nav ul {
    list-style: outside none none;
}
nav select {
  display: none;
}
#header {
    background: #FFF;
    height: auto;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 999;
}
#header .headercontainer {
 display: block;
 }
#header #navtoggle {
    display: none;
}
#header h1 {
    background: #FFF;
    left: 0;
    position: absolute;
    width: 33px;
}
#header h1 a {
    color: #FFF;
    font-size: 10px;
    font-weight: 300;
    height: 35px;
    letter-spacing: 1px;
    line-height: 12px;
    padding-left: 40px;
    position: absolute;
    top: 1px;
}

#nav {
    position: relative;
}
#nav ul {
    list-style: outside none none;
    margin: 0;
    padding: 0;
}
#nav li {
    float: left;
}
#nav a {
  display: inline-block;
  color: #000;
  padding: auto 10px;
  text-align: center;
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
  text-decoration: none;
  white-space: nowrap;
  cursor: pointer;
  background-color: #6e6e6e;
  margin:2px;
}
#nav li.active a {
    color: #FFF;
    font-weight: bold;
}

@media (max-width: 767px) {
#nav a {
    padding: 7px;
}
}
@media (max-width: 767px) {
#header {
    background: #FFF none repeat scroll 0 0 !important;
    border: medium none !important;
    height: auto;
	width:100%;
}
#header .headercontainer {
    width: 100%;
	height: 80px;
}
#header #navtoggle {
    background: none;
    display: inline-block;
	overflow:hidden;
    left: 2%;
	height:110px;
    position: absolute;
	top: 0px;
}
@media (max-width: 767px) {
  nav ul     { display: none; }
  nav select { display: block;;}
  .logo {width:50%; height:50%; alignment-adjust:central;}
  
}
@media (min-width: 300px) {
  nav ul     { display: none; }
  nav select { display: block;;}
  .logo {width:50%; height:50%; alignment-adjust:central;}
}


#nav li {
    display: block;
    float: right;
}

}



.float-list .left {
    float: left;
}
.float-list .right {
    float: right;
}

