$(document).ready(function(){
	$('ul.sf-menu').superfish({ 
        delay:       1000,               	// one second delay on mouseout 
        speed:       'fast',                // faster animation speed 
        autoArrows:  false,                 // disable generation of arrow mark-up 
        dropShadows: false        			// disable drop shadows 
    }); 
    
    $(document).pngFix(); 
    
    $('ul.sf-menu li:last-child').css('margin-right','20px');
     
});	

    /*$(function() {
		$("#textField8").datepicker();
	});*/

