#nav {
    font-family: Arial, sans-serif;
    font-weight: bold;
    font-size: 300%;
    width: 100%;
    background: #602000; /* #645f2d;  #c60; */
    text-align: center;
    margin: 5% auto;
    clear: both;
}
#nav ul {
    list-style-type: none;
    display: inline;
}
#nav li {
    font-family: Arial, sans-serif;
    display: inline;
    margin: 0 .7em;
}
#nav li a {
    font-family: Arial, sans-serif;
    background: transparent;
    line-height: 2em;
    padding: .45em;
    color: #fff;
    text-decoration: none;
}
#nav li a:hover {
    background: #ff6;
    color: #333;
}