$(document).ready(function(){
	/*$(".navigation li").click(function(){
		$(this).addClass("curr")
		//alert("class chng");
		
	});*/
	//$('.curr').attr('src', '/main/style/img/tab_curr.png');
	$('.secondlevel li').corner( "bottom");
	$('.hoverimg').hover(
		function(){ $(this).attr('src', $(this).attr('name')+'_over.png')},
		function(){ $(this).attr('src', $(this).attr('name')+'.png')}
	);
});
