Font size style is not applied on additional tabs

Font size style is not applied on additional tabs


Hi,
I used the JQuery UI tabs to add a tab control to my website. If the
tabs were used as done in the example on the JQueryUI site then the
control works correctly. Nevertheless, after adding additional tabs
with IDs tabs-4, tabs-5 ... the new tabs will have a bigger font size
as if JQuery UI code applies the font style on the first 3 tabs only
and ignore the others. did I miss anything? although my code is the
same of the one used in the sample downloaded with JQuery UI but the
HTML has additional <li> and divs for the new tabs.
Thank You