$(document).ready(function() {

	$('.nav-horizontal').flymenu({
		hideDelay: 50,
		switchDelay: 10,
		showDelay: 100
	});

});