.menu {
	background-color: #760203;
	min-height: 23px;
}
/*.nav-toggle {
    display:none;
	height:0;
  }*/
.nav-collapse ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.nav-collapse li {
  float: left;
  display: block;
}
.nav-collapse a {
  font: 0.9em 'Verdana', sans-serif;
  color: #ffe8b6;
  padding: 0.2em .8em;
  border-right: #fff solid 1px;
}
.nav-collapse li:last-child a {
	border-right: 0;
}
.nav-collapse a:hover {
	background-color:  #5d0000;
	color: #fff;
}
.nav-collapse a.current { 
	color: #ccc;
}
@media screen and (max-width: 960px) {
.nav-collapse li {
  width: 100%;
  display: block;
  margin-bottom: 0;
}
.js .nav-collapse {
  clip: rect(0 0 0 0);
  max-height: 0;
  position: absolute;
  display: block;
  overflow: hidden;
  zoom: 1;
}
.nav-collapse.opened {
  max-height: 9999px;
}
.nav-toggle {
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}
.fixed {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
}
.nav-collapse,
.nav-collapse * {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.nav-collapse,
.nav-collapse ul {
  list-style: none;
  width: 100%;
  float: left;
}

/*.nav-collapse li {
  float: left;
  width: 100%;
}*/
.nav-collapse a {
  width: 100%;
  background:#760203;
  border-bottom: 1px solid #ffe8b6;
  border-right: none;
  padding: 0.2em 1em;
  float: left;
}
.nav-collapse ul ul a {
  background: #ca3716;
  padding-left: 2em;
}
/* ------------------------------------------
  NAV TOGGLE STYLES
--------------------------------------------- */

@font-face {
  font-family: "responsivenav";
  src:url("../images/responsivenav.eot");
  src:url("../images/responsivenav.eot?#iefix") format("embedded-opentype"),
    url("../images/responsivenav.ttf") format("truetype"),
    url("../images/responsivenav.woff") format("woff"),
    url("../images/responsivenav.svg#responsivenav") format("svg");
  font-weight: normal;
  font-style: normal;
}

.nav-toggle {
  position: fixed;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  text-decoration: none;
  text-indent: -999px;
  position: relative;
  overflow: hidden;
  width: 30px;
  height: 30px;
  float: right;
  /*border:1px solid #F00;*/
}

.nav-toggle:before {
  color: #ffe8b6; /* Edit this to change the icon color */
  font-family: "responsivenav", sans-serif;
  font-size: 18px;
  text-transform: none;
  position: absolute;
  content: "≡";
  text-indent: 0;
  text-align: center;
  line-height: 30px;
  speak: none;
  width: 100%;
  top: 0;
  left: 0;
}

.nav-toggle.active::before {
  font-size: 18px;
  content:"x";
}
	
	
	
}
