
/* @group structure */

.wrap { width:900px; margin: 0 auto; }

/* @group core nav menu */
#nav { margin: 0; padding: 0; list-style: none;height:48px;}

#nav li { float: left; display: block;position: relative; z-index: 999; }

#nav li a { display: block; font-weight:14px; line-height:48px; text-decoration: none;  color: #000; padding:0px 10px; font-family:cambria; }
#nav li a:hover{ color:#b8282e;font-family:cambria; }

/* @group subnav */
#nav ul { position: absolute; left: 1px; display: none; margin: 0; padding: 0; list-style: none; -moz-box-shadow: 0 1px 3px rgba(0,0,0,0.2); -o-box-shadow: 0 1px 3px rgba(0,0,0,0.2); box-shadow: 0 1px 3px rgba(0,0,0,0.2); -webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.2); padding-bottom: 3px; }	
#nav ul li { width:256px; float: left; text-align: left; border-bottom:none; border-radius:0; }
#nav ul li:hover { border-left: 0px solid transparent; border-right: 0px solid transparent; }

#nav ul a { display: block; height:12px; line-height:12px; padding: 8px 5px; color: #666;text-transform:  uppercase; color: #797979; font-weight: normal; background:#fff; border-bottom:none;  border-top:0;}
#nav ul a:hover { text-decoration: none; border-right-color: transparent; border-left-color: transparent; background: transparent; color:#fff; background:#4aaa7a; border-bottom:none; }

* html #nav ul { margin: 0 0 0 -2px; }

/** @group clearfix **/
.clearfix:after { content: "."; display: block; clear: both; visibility: hidden; line-height: 0; height: 0; }
.clearfix { display: inline-block; }
 
html[xmlns] .clearfix { display: block; }
* html .clearfix { height: 1%; }


/*extra css*/

#menu {
  color: #000;
  height: 35px;
  padding-top: 10px;
}
#menu ul,
#menu li {
  margin: 0;
  padding: 0;
  list-style: none;
}
#menu ul {
  height: 35px;
}
#menu li {
  float: left;
  display: inline;
  position: relative;
  font: bold 13px Arial;
}
#menu li a {
  color: #000;
}
#menu a {
  display: block;
  line-height: 35px;
  padding: 0 14px;
  text-decoration: none;
  color: #333;
}
#menu li:hover > a,
#menu li a:hover {
  color: #ba2a30;
}
#menu input {
  display: none;
  margin: 0 0;
  padding: 0 0;
  width: 80px;
  height: 35px;
  opacity: 0;
  cursor: pointer;
}
#menu label {
  font: bold 30px Arial;
  display: none;
  width: 35px;
  height: 36px;
  line-height: 36px;
  text-align: center;
}
#menu label span {
  font-size: 13px;
  position: absolute;
  left: 35px;
}
#menu ul.menus {
  height: auto;
  overflow: hidden;
  width: 230px;
  background: #fff;
  position: absolute;
  z-index: 99;
  display: none;
  border: 1px solid #ccc;
  border-top: none;
  color: #333;
}
#menu ul.menus a {
  color: #333;
}
#menu ul.menus li {
  display: block;
  width: 100%;
  font: 12px Arial;
  text-transform: none;
}
#menu li:hover ul.menus {
  display: block;
}
#menu a.prett,
#menu a.trigger2 {
  padding: 0 27px 0 14px;
}
#menu li:hover > a.prett,
#menu a.prett:hover {
  background: #fff;
  color: #333;
}
#menu a.prett::after {
  content: "";
  width: 0;
  height: 0;
  border-width: 6px 5px;
  border-style: solid;
  border-color: #000 transparent transparent transparent;
  position: absolute;
  top: 15px;
  right: 9px;
}
#menu ul.menus a:hover {
  background: #bababa;
}
#menu a.trigger2::after {
  content: "";
  width: 0;
  height: 0;
  border-width: 5px 6px;
  border-style: solid;
  border-color: transparent transparent transparent #eee;
  position: absolute;
  top: 13px;
  right: 9px;
}

@media screen and (max-width: 600px) {
  #menu {
    position: relative;
  }
  #menu ul {
    background: #838383;
    position: absolute;
    top: 100%;
    right: 0;
    left: 0;
    z-index: 3;
    height: auto;
    display: none;
  }
  #menu ul.menus {
    width: 100%;
    position: static;
    border: none;
  }
  #menu li {
    display: block;
    float: none;
    width: auto;
    text-align: left;
  }
  #menu li a {
    color: #fff;
  }
  #menu li a:hover {
    color: #333;
  }
  #menu li:hover {
    background: #bababa;
    color: #333;
  }
  #menu li:hover > a.prett,
  #menu a.prett:hover {
    background: #bababa;
    color: #333;
  }
  #menu ul.menus a {
    background: #bababa;
  }
  #menu ul.menus a:hover {
    background: #fff;
  }
  #menu input,
  #menu label {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
  }
  #menu input {
    z-index: 4;
  }
  #menu input:checked + label {
    color: white;
  }
  #menu input:checked ~ ul {
    display: block;
  }
}


