how to get rid of the orange background image in the tabs???
EDIT
i tried
$('.ul').removeClass('ui-widget-header ');
$('.li').removeClass('ui-widget-header ');
$('div[id^=tab]').removeClass('ui-widget-header');
$('a').removeClass('ui-widget-header');
but no result!
you'll probably want to check out various themes for jQuery UI. It sounds like you're using the default one. There is the theme roller where you can create your own that will match your app better.