$(document).ready(function() {
	$("ul.sf-menu").supersubs({minWidth:'10', maxWidth:'900', extraWidth:''}).superfish({hoverClass:'sfHover', pathLevels:1, delay:800, animation:{opacity:'show'}, speed:'fast', autoArrows:0, dropShadows:1});

$.event.special.hover.delay = 100;
$.event.special.hover.speed = 100;
$(document).pngFix();
});