.nav {
    background-color: #a71d26;
    height: 43px;
    z-index: 9999
    }
.nav a {
    background-color: #df392c;
    color: white;
    display: block;
    float: left;
    height: 43px;
    line-height: 43px;
    margin: 0 0 0 5px;
    min-height: 43px;
    padding: 0;
    position: relative;
    text-align: center;
    text-decoration: none;
    top: 0;
    vertical-align: middle
    }
.nav > a.first {
    margin: 0
    }
.nav a:hover {
    background-color: #a71d26
    }
.nav span.uppernav {
    display: none;
    left: -9999px;
    position: relative
    }