jQuery(document).ready(function(){
  jQuery("ul.sf-menu").supersubs({ 
      minWidth:    12,
      maxWidth:    27,
      extraWidth:  1
  }).superfish({
  		delay:       500,
			animation:   {opacity:"show",height:"show"},
			speed:       "fast",
			autoArrows:  true,
			dropShadows: true
  });
});
