/*Hover*/

$(document).ready(function() {
	$("#navigation").superfish({
		hoverClass	: "sfHover",
		currentClass: "overideThisToUse",
		delay		: 100,
		animation	: {opacity:"show"},
		speed		: "normal"
	});  
});
;
