jQuery(document).ready(function($){
	/* NAV */
    $('ul.sf-menu').superfish({
        delay:       250,
        animation:   {opacity:'show',height:'show' ,width:'show'},
        speed:       'normal',
        autoArrows:  false,
        dropShadows: false
	});
	
	/* FORMS */
	$("label").inFieldLabels();

});
