/*
    Navigation
*/
#nav {

}

#nav ul {
    list-style-type: none;
    margin-left: 10px;
    text-align: center;
}

#nav ul li {
    display: block;
    float: left;
    padding: 0px 12px;
    border-right: 1px solid #999;
    text-align: center;
    margin: 8px 0;
    padding: 3px 10px;
}

#nav ul li.last {
    border-right: none;
}

#nav ul li a {
    color: #fff;
    display: block;
    font-weight: 600;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
}
#nav ul li a:hover {
    color: #00a0c6;
}