nav {
	font-size: 18px;
	width: 100%;
	background-color: #dccaa4;
	color: #000;
}
nav ul {
	padding: 0;
	margin: 0;
}
nav li {
	display: inline;
	float: none;
}
nav a {
  display: inline-block;
  width: 150px;
  text-align: center;
  padding: 10px 0;
  color: #000;
  text-decoration: none;
}

nav a:hover {
	background-color: #4E3E0B;
	color: #FFF;
	text-decoration: none;
}
nav a#openup {
  display: none;
}

@media screen and (max-width: 480px) {
 
  nav {
    height: auto;
    border-bottom: 0;
  }
  nav ul {
    display: none;
    height: auto;
  }
  nav li {
    width: 100%;
    float: left;
    position: relative;
  }
  nav a {
	text-align: left;
	width: 100%;
	text-indent: 25px;
	border-bottom: 1px solid #555;
	background-color: #DCCAA4;
  }
  nav a:hover {
	color: #FFF;
	background-color: #4E3E0B;
	text-decoration: none;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #C90;
  }
  nav a#openup:after {
    content: "|||";
    transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    /* IE 9 */
    -webkit-transform: rotate(-90deg);
    /* Safari and Chrome */
    width: 30px;
    height: 30px;
    display: inline-block;
    position: absolute;
    right: 5px;
    top: 20px;
  }
  nav a#openup {
    display: block;
    background-color: #e9be94;
	color:#68340d;
	font-weight:bold;
    width: 100%;
    position: relative;
  }
}
.cf:before, .cf:after {
  content: "";
  display: table;
}

.cf:after {
  clear: both;
}

.cf {
  zoom: 1;
}

/* For IE 6/7 (trigger hasLayout) */
