Littlekid440 - You can eliminate the margins, padding, borders, etc. for the categories sidebox so that the groups can be styled to look like separate boxes, and occupy the full box width.
#categories {margin: 0; padding: 0; border: none;}
#categoriesHeading {display: none;}
#categoriesContent {padding: 0;}
and so on.
Bookmarks