ul {
    list-style-type: none;
    background-color: darkgoldenrod;
    padding-top: 10px;
    padding-bottom: 10px;
}

li {
    display: inline;
    border-right: solid 1px yellow;
}

a {
    text-decoration: none;
    color: #ccc;
    padding: 10px;
    font-weight: 700;
    font-family: arial;
}