Thank you very much for the help. Your recommendation for the header worked perfectly.
Add to your stylesheet
#navCatTabs a.category-top {border-left: 1px solid #ffffff;}
This is a typical way to get the dividers. To eliminate the divider on the left end, you would need to add a tag (in the code) to the first item displayed and give it border: none; after the first declaration.
I don't completely understand this. From what I gather I should add the following to the CSS:
#navCatTabs a.category-top
{
border-left: 1px solid #FFFFFF;
}
What I don't understand is the second part. Where in the code do I need to add the tag (and what tag) to the first item displayed?
Thanks again!