.tab-superfluousbanter-container { /* none needed */ }

ul.tab-superfluousbanter {
        margin: 0;
        padding: 0;
        list-style-type: none;
        white-space: nowrap;
}

ul.tab-superfluousbanter li {
        float: left;
        font-family: verdana, arial, sans-serif;
        font-size: 12px;
        line-height:18px;
        font-weight: bold;
        margin: 0;
        padding: 5px 0 4px 0;
        background-color: #eef4f1;
        border-top: 1px solid #e0ede9;
        border-bottom: 1px solid #e0ede9;
}

.tab-superfluousbanter a, .tab-superfluousbanter a:link {
        margin: 0;
        padding: 5px 9px 4px 9px;
        color: #95bbae;
        border-right: 1px dashed #d1e3db;
        text-decoration: none;
}

ul.tab-superfluousbanter li.active {
        color: #95bbae;
        background-color: #deebe5;
}

.tab-superfluousbanter a:hover {
        color: #74a893;
        background-color: #d1e3db;
}