#categories ul {
    list-style-type: none;
    margin: 0px;
    padding: 0px;
    text-align: left;
    width: 170px;
    margin: auto;
}

#categories ul li { 
    background: url( "../images/shop-cat-button.png" ) no-repeat;
    width: 170px;
    margin-top: 10px;
}

#categories ul li a {
    color: #000;
    text-decoration: none;
    display: block;
    height: 38px;
    text-align: center;
    font-size: 0.8em;
}

#categories ul li ul {
    display: none;
}

#categories ul li ul li {
    background: url( "../images/shop-blue-button-long.png" ) no-repeat;
}

.showMenu {
    display: block !important;
}

#categories span.label { display: block; padding-top: 10px; width: 170; }
#categories ul li ul span.label { display: block; padding-top: 8px; width: 170; }

