$(function () {
	$('ul.nav').superfish({
		autoArrows: false,
		pathClass: 'current'
	});

	// Account login menu
	$('#a-nav-act').parent().mouseenter(function () { $('#div-nav-act').show(); });
	$('#a-nav-act').parent().mouseleave(function () { $('#div-nav-act').hide(); });
});
