I did make a change recently to not include the yui stuff by default to reduce the number of css and js when they are not needed. If your page inherits from mojoBasePage, then in the OnInit, you can add this:
ScriptConfig.IncludeYuiTabs = true;
IncludeYuiTabsCss = true;
or you can set thos properties directly on ScriptLoader and StyeSheetCombiner in your layout.master to make it load that stuff on every page.
Hope it helps,
Joe