$(document).ready(function(){
	$('.sf-menu').superfish({
		autoArrows: true
		});
});

