// JavaScript Document

(function($){
    $(document).ready(function() {	
		$("ul.sf-menu").superfish({ 
            animation: {height:'show'},   // slide-down effect without fade-in 
            delay:     500               // 1.2 second delay on mouseout 
        }); 
		$(document).pngFix(); 
    });
})(jQuery);
