$(document).ready(function(){
	$("li.topmenu1").mouseover(function(){
		$(this).stop().animate({height:'150px'},{queue:false, duration:600, easing: 'swing'})
	});

	$("li.topmenu1").mouseout(function(){
		$(this).stop().animate({height:'38px'},{queue:false, duration:600, easing: 'swing'})
	});

	$("li.topmenu2").mouseover(function(){
		$(this).stop().animate({height:'150px'},{queue:false, duration:600, easing: 'swing'})
	});

	$("li.topmenu2").mouseout(function(){
		$(this).stop().animate({height:'38px'},{queue:false, duration:600, easing: 'swing'})
	});

	$("li.topmenu3").mouseover(function(){
		$(this).stop().animate({height:'150px'},{queue:false, duration:600, easing: 'swing'})
	});

	$("li.topmenu3").mouseout(function(){
		$(this).stop().animate({height:'38px'},{queue:false, duration:600, easing: 'swing'})
	});

	$("li.topmenu4").mouseover(function(){
		$(this).stop().animate({height:'150px'},{queue:false, duration:600, easing: 'swing'})
	});

	$("li.topmenu4").mouseout(function(){
		$(this).stop().animate({height:'38px'},{queue:false, duration:600, easing: 'swing'})
	});

	$("li.topmenu5").mouseover(function(){
		$(this).stop().animate({height:'150px'},{queue:false, duration:600, easing: 'swing'})
	});

	$("li.topmenu5").mouseout(function(){
		$(this).stop().animate({height:'38px'},{queue:false, duration:600, easing: 'swing'})
	});
	
});
