// JavaScript Document
$(document).ready(function(){
	$(document).pngFix();
	$('ul.sf-menu').superfish({ 
			dropShadows: true,
            animation:   {opacity:'show'},
            speed:       'normal'
        });
});