$(document).ready(function() {
	$("ul.sf-menu").superfish({ delay: 200, animation: { opacity: 'show', height: 'show' }, speed: 'fast' });
});
