/*
 * Superfish v1.4.8 - jQuery menu widget
 * Copyright (c) 2009 Mike Walsh
 *
 */
// Need to initialize jQuery and the SuperFish menus
jQuery(document).ready(function(){
    jQuery('ul.sf-menu').superfish({
	delay:       250,
	animation:   {opacity:'show',height:'show'},
	speed:       'fast',
	autoArrows:  true,
	dropShadows: true,
	pathClass: 'current_page_item'});
});
