Tabs CSS issue

Tabs CSS issue


I saw that a couple of people have posted this question already, but
no decisive solution could be found. I would therefor like to take the
opportunity to raise the following issue again.
The tabs.css that is supplied in the examples look very slick, up
until there are so many tabs that they can no longer fill one row. If
the tabs are divided into two (or more) rows, and one selects a tab in
the top-line, the tabs in the second row are not aligned properly.
So instead of getting ( x = unselected, X = selected )
xxXxx
xxxxx
One gets:
xxXxx
__xxx
xx
Needless to say, this is a bit weird but I can't seem to find the
culprit in the css. Anyone managed to solve this issue?
Help is much appreciated!