topNav = {
	init : function() {
		$('#menu li:has(ul) a:first-child').addClass('hasSub');
		$('#menu').superfish({
			speed: 'fast',
			autoArrows: false,
			dropShadows: false,
			delay: 500
		});
	}
}