/* Nav Menu */

#nav {
    font-size: 13px;
    background-color: #000;
    font-family: verdana, sans-serif;
    width: 960px;
    height: 37px;
    text-align: center;
    line-height: 17px;
}

#nav .nav-item a { 
    padding-right: 10px;
    padding-left: 2px;
    text-decoration: none;
    color: orange;
}

#nav .nav-item a:hover {
    text-decoration: none;
    color: #fff;
}

#nav .onpage a {
    color: red;
    text-decoration: underline;
}