// JavaScript Document

jQuery(function(){
	jQuery('#navigation ul').superfish({ 
		animation: {opacity:'show',height:'show'},
		speed: 'normal',
		hoverClass: 'hover',
		disableHI:true,
		autoArrows:false,
		dropShadows:false
	});
});

$(document).ready(function(){
	$('#email').clearingInput();
});

