/*Hover*/
$(document).ready(function() {
	$("#navigation").superfish({
		hoverClass: "sfHover",
		currentClass: "overideThisToUse",
		delay: 100,
		animation: {opacity:"show"},
		speed: "normal"
	});
	$("#navigation li ul li a").css({
		background: "none", 
		width: "100%",
		height: "auto"
	});
});
