ul.quicktabs-tabs {
    margin: 0;
    padding: 0 15px;
    font-size: 1em;
    list-style: none;
    height: 24px;
    background: transparent url(../images/tab-bar.png) repeat-x left bottom;
}
ul.quicktabs-tabs li:first-child {
    background: transparent url(../images/tab-left.png) no-repeat left -38px;
}
ul.quicktabs-tabs li:first-child.active {
    background: transparent url(../images/tab-left.png) no-repeat left 0px;
}
ul.quicktabs-tabs li:last-child a {
    background: transparent url(../images/tab-right.png) no-repeat right -38px;
}
ul.quicktabs-tabs li:last-child.active a {
    background: transparent url(../images/tab-right.png) no-repeat right 0px;
}
ul.quicktabs-tabs li {
    /* padding: 0 !important; */
    float: left;
    margin: 0 -5px -5px -5px;
    padding: 0 0 0 10px !important;
}
ul.quicktabs-tabs li a{
    color: #000 !important;
}   

ul.quicktabs-tabs li.active {
    background: transparent url(../images/tab-left-sep.png) no-repeat left 0;
}
ul.quicktabs-tabs li.active a{
    background: transparent url(../images/tab-right-sep.png) no-repeat right 0;
    color: #000 !important;
    border-color: unset !important;
    background-color: unset !important;
}

ul.quicktabs-tabs li a {
    font: bold 12px/170% Verdana;
    font-size-adjust: none;
    display: block;
    margin: 0;
    padding: 4px 22px 0px 12px !important;
    border-width: 0;
    font-weight: bold;
    text-decoration: none;
    background: transparent url(../images/tab-right-sep.png) no-repeat right -38px;
    border: none !important;
}