nav {
    width: 900px;
    height: auto;
    z-index: 1;
    top: 160px;
    background-color: #f5ede1;
    border: 0px none #000000;
    margin: auto;
    margin-top: 0px;
    margin-bottom: 0px;

}


nav ul {
    margin: 0px;
    padding: 0px;
    list-style: none;
    display: table;
    width: 100%;
}

nav li {
    z-index: 10;
    text-align: center;
    display: table-cell;
}

nav a {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    font-style: normal;
    display: block;
    padding: 0.4em;
    text-decoration: none;
    padding-bottom: 0.6em;
    padding-top: 0.7em;
    text-align: left;
    border-bottom-style: solid;
    border-bottom-color: #6B292C;
    border-bottom-width: 1px;
    border-right-width: 0px;
    color: black;
    background-color: #f5ede1;
    transition: all .25s ease-in;
    text-align: center;
}

nav a:link {
    color: black;
}

nav a:visited {
    color: gray;
}

nav a:active {
    font-weight: bold;
}

nav a:active {
    background-color: #990000;
    color: #6B292C;
}

nav a:hover {
    color: black;
    background-color: #990000;
}

.bot_nav {
    width: 900px;
    height: 100px;
    z-index: 1;
    border: 0px none #000000;
    margin: auto;
    margin-top: -16px;
    margin-bottom: 0px;
    background-color: #990000;
}

.bot_nav a {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-style: normal;
    display: block;
    padding-top: 40px;
    text-align: center;
    color: black;
    transition: all .25s ease-in;
    text-align: center;
    text-decoration: underline;
}

.bot_nav li {
    z-index: 10;
    text-align: center;
    display: table-cell;
}

.bot_nav ul {

    padding: 0px;
    list-style: none;
    display: table;
    width: 100%;
}
