jQuery(function($) {
    $('ul#subnav').superfish({ 
        delay:       500, 
        animation:   {opacity:'show',height:'show'},  
        speed:       'fast', 
        autoArrows:  false, 
        dropShadows: false 
    }); 
	$('li ul li').css({marginLeft:"0px"});
}); 
