$(document).ready(
	function() {

		$("#tabs").tabs();
		
		$("#nav").superfish({
			hoverClass: 'sf_hover',
			delay: 150,
			animation: {opacity:'show'},
			speed: 'fast',
			autoArrows: false,
			dropShadows: false
		});

	}
);
