$(document).ready(function() {  
	$('#primaryNav > ul').tabs({ fx: { height: 'show', opacity: '1' } 
	});
});
