How can I reset tabs CSS for certain widgets?

How can I reset tabs CSS for certain widgets?

I was wondering if there was an easy way to reset the default theme
for specific UI widgets? I would prefer to write all my own CSS for
certain widgets. Some widgets don't need styling at all, for example
a text based nav for the tabs widget. Maybe something like:
$("#example").tabs({
    css: 'reset_all'
});
I have scoured the internet for a solution but nothing so far. Any
help would be greatly appreciated : )
--