.fixture
    {    
        font-family: 'Open Sans', Georgia, Arial, Helvetica,sans-serif;
        margin: 10px 0;
        width:670px;/*** not mandatory **/
    }
    .fixture ul
    {
        list-style-type: none;
        padding: 0;
        margin:0;
        background: #38003d;
        float: left;
    }
    .fixture ul li {
        float: left;
        color: #ffffff;
        font-weight: 600;
        position: relative;
    }
    .fixture ul li span.os-first-nav {
        background: #ee4645 url(/images/icon-football.png) no-repeat 8px center;
        padding: 0px 0 0 50px;
        font-size: 16px;
        color: #ffffff;
        position: relative;
        z-index: 999;
        line-height:40px;
        display: block;
        text-align: left;
        width:310px;
    }
    .os-first-nav:before {
        z-index: -9999;
        content: '';
        position: absolute;
        top: 0;
        bottom: 0;
        right: -9px;
        display: block;
        width: 18px;
        background: #38003c;
        -webkit-transform: skew(-25deg);
        -ms-transform: skew(-25deg);
        -o-transform: skew(-25deg);
        transform: skew(-25deg);
    }
    .fixture ul li a
    {
        text-decoration: none;
        width:90px;
        display: block;
        text-align: center;
        line-height:40px;
        color:#ffffff;
    }
    .fixture ul li
    {
        line-height: 38px;
        font-size: 14px;
    }