$(document).ready(function() {
	$('#sidebar > ul').tabs({ fx: { duration:'fast', opacity: 'toggle' } });
});
