// initialise plugins
var $tpj = jQuery.noConflict();

$tpj(function(){
	$tpj('ul.dropdown').superfish({
		animation: {height:'show'},
		delay: -500,
		autoArrows: false,
		speed:       'fast'
	});
}); 
