.hoofdmenu {
    position: relative;
    padding: 15px;
    margin: 10px 0;
    overflow: hidden;
}
.hoofdmenu li {
    float: left;
    list-style: none;
}
.hoofdmenu li.back {
    background: #F08800 no-repeat right -30px;
    width: 9px; height: 30px;
    z-index: 8;
    position: absolute;
}
.hoofdmenu li.back .left {
    background: #F08800 no-repeat top left;
    height: 30px;
    margin-right: 9px; /* 7px is the width of the rounded shape */
}
.hoofdmenu li a {
    font: 14px arial;
    text-decoration: none;
    color: #fff;
    outline: none;
    text-align: center;
    top: 7px;
    text-transform: uppercase;
    letter-spacing: 0;
    z-index: 10;
    display: block;
    float: left;
    height: 30px;
    position: relative;
    overflow: hidden;
    margin: auto 10px;    
}
.hoofdmenu li a:hover, .hoofdmenu li a:active, .hoofdmenu li a:visited {
    border: none;
}                     