limelites - I don't know of a way to change the CSS "dotted" display characteristics.
You can hide the topmost border with

#catGroup1>li:first-child>a {border-top: none;}

This will not work on old versions of IE (~6 or 7), but should work on all modern browsers.