$(document).ready(function() {
	$('ul#links').superfish({
		autoArrows: true,
		dropShadows: true
	});
});
