Find and add to your stylesheet_categories_dressing.css
Code:
#categories ul a {/*top categories*/
    font-family: 'comic sans ms', sans-serif;
    font-weight: bold;
    font-size: 1.1em;
    color: #ffffff; 
    display: list-item;
	background-image: url(../buttons/english/catbg-top.gif);
	    height: 28px;
    list-style: disc inside url(../images/bullet1.gif);/*change to list-style: none; to remove bullet*/
    border: none;
    margin: 0;
    padding: 0;
	text-decoration: none;
    line-height: 23px;
    }