jQuery(document).ready(function(){

// dropdown menu
jQuery("ul.sf-menu").supersubs({ 
		minWidth:    11,
		maxWidth:    27,
		extraWidth:  1
	    }).superfish({
			    delay:       500,
				    animation:   {opacity:"show",height:"show"},
				    speed:       500,
				    autoArrows:  true,
				    dropShadows: false
	    });
		


});
