Find in your stylesheet_categories_dressing.css:
Code:
#categories ul {/*top category lists*/
    list-style: none;
    background: none;
    border: 1px solid #ffaa99;
    margin: 0 0 0.4em 0;
    padding: 0;
    }
and change the

border: 1px solid #ffaa99;

to

border: none;