// Vendomatic - JQuery Code
// Developed by KKMedia
// Development Director: Adam Duro

$(document).ready(function(){
	
	
	$("#nav ul")
		.superfish({
			hoverClass	: "sfHover",
			currentClass: "overideThisToUse", /*new to v1.2a*/
			delay		: 500,
			animation1	: {height:"show"},
			speed1		: "slow",
			animation2	: {height:"hide"},
			speed2		: "normal"
		});
	$("#nav ul li ul li:last").css("border-bottom","none");
									
});