You will need to add either display: block; or display: list-item; to this declaration in your stylesheet:
Code:
a.category-top {
    font-family:  'arial', serif;
    font-weight: bold;
    font-size: 1.0em;
    color: navy; 
    padding: 0.0em 0.0em;
    }
This will avoid the possibility of having two categories show up on one line after you remove the necessary <br />.