// onready code for the limbo wrapper
// updated 3/11 cory_obrien@nthp.org


(function($) {
	$(function(){
		$('ul.sf-menu').superfish({ 
			delay:       300,
			animation:   { opacity: 'show', height: 'show' },
			autoArrows:  false,
			dropShadows: false
		});
	});
})(jQuery);
