@charset "utf-8";
ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    background-color: #555533;
}

/*
navbar {
    background-color: #122303;
}
*/

li {
  float: left;
}

li a {
    display: block;
    background-color: #122303;
    color: navajowhite;
    font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, sans-serif;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
}

/* Change the link color to #111 (black) on hover */
li a:hover {
    background-color: #3B521C;
    color: white;
    text-decoration: none;
}