ul.category-filter.single-album-filter.clearfix {
    background-color: #2b2b2b;
}

.category-filter a {
    display: block;
    line-height: 1.8em;
    font-size: 14px;
    color: #f9f9f9;
    text-transform: uppercase;
    text-decoration: none;
    font-weight: bold;
    margin: 0 10px;
    cursor: pointer;
}

.category-filter .selected a, .category-filter a:hover {
    color: #6da59d;
    text-decoration: none;
}