
$(document).ready(function() {
	// PNG fix for IE 5.5 & 6
	$(document).pngFix();
	$('.sf-menu').superfish({
		autoArrows: false,
		animation: { height:'show' },
		speed: 'fast'
	});
	$('.sf-menu > li:not(:last)').addClass('menu-divider');
});

