jQuery(function(){
			jQuery('#topnav-new').superfish({
       		animation:   {opacity:'show',height:'show'},  // fade-in and slide-down animation
        	autoArrows:    false,
			speed:       'normal'
 		});
});
		
		
/*
$(document).ready(function() {
		$("#topnav-new li").mouseover(function() {
			var the_width = $(this).find("a").width();
			var child_width = $(this).find("ul").width();
			var width = parseInt((child_width - the_width)/2);
			//$(this).find("ul").css('left', -width);
		});
	});
*/

