Mthem:
If you have no other background image for the individual categories, you can make a dotted line image with transparent background and add it to the link:
Code:
#categories a {
    background: url(../images/dottedline.gif) bottom left repeat-y;
    display: block;
    }