Thanks for the help gb2world. I was going to look at the span tonight thanks to firebug but you save me the trouble.
So it look like in your skin1/customers/main/subcategories_t.tpl file you need to find
Code:
width: {$subcat_div_width}px;
and change it to this if you want to have a 3 pixel border
Code:
width: {$subcat_div_width+6}px;