$(function() {

	/* Superfish dropdown menu */
	$("#mainNav").superfish({
		autoArrows: false,
		delay: 200,
		dropShadows: false
	});

});
