#nav {
    padding: 0;
    text-align: left;
}
#nav li {
    list-style: none;
    display: inline-block;
}

.active {
    font-weight: bold;
}
