#nav {
  width: 870px;
  clear: both;
  float: right;
  overflow: hidden;
  text-align: right;
  height: 40px;
  margin-bottom: 80px; }
  #nav ul {
    clear: both;
    float: right;
    text-align: right;
    margin-top: 7px;
    list-style-type: none; }
  #nav li {
    float: left; }
  #nav .main-nav a {
    margin: 0px 1px;
    padding: 2px 10px;
    background: #b2d541 url('/images/button_background.png') center top repeat-x;
    border-top: 1px solid #d2e78d;
    border-left: 1px solid #d2e78d;
    border-bottom: 1px solid #627523;
    border-right: 1px solid #627523;
    font-weight: bold;
    font-size: 1.2em;
    text-decoration: none;
    text-transform: uppercase;
    color: #222226; }
  #nav .main-nav a:hover {
    color: #fff; }
  #nav .main-nav a.active {
    margin: 0px 1px;
    padding: 2px 10px;
    background: #6A7F26 /*url('/images/button_background.png') center bottom repeat-x*/;
    border-top: 1px solid #414d18;
    border-left: 1px solid #414d18;
    border-bottom: 1px solid #b8c884;
    border-right: 1px solid #b8c884;
    color: #fff; }
