// Easing equation, borrowed from jQuery easing plugin
// http://gsgd.co.uk/sandbox/jquery/easing/
jQuery.easing.easeOutQuart = function (x, t, b, c, d) {
	return -c * ((t=t/d-1)*t*t*t - 1) + b;
};

jQuery(function( $ ){

/*	$(".topmenu_li_ext .topmenu_sub a").hover(function () {
		$(this).parent().parent()..parent().find("a").css({background-color:"black"});
	}, 
	{
		$(this).parent().find(".topmenu_sub").slideToggle('medium');
	}
);*/
	Cufon.replace('.cufon');
	
});	



 

