//JQuery Setup
$(function(){
 
//Important functions to fire first!
//-------------------------------------------------------------------------------

	//IE6 duct tape
//	$('#nav ul li, #utility-nav ul li').bind('mouseenter mouseleave', function(){
//		$(this).toggleClass('sfhover');
//	});
	
	//Superfish Menu
   $("#nav ul").superfish({ 
    });
	
	$('#nav ul').addClass('sf-menu sf-navbar');

	});//end document.ready
