function tendina(){
	//$('.menu_head').removeClass('.menu_html_head');
	$('.menu_head li:first').css({
		'background-image':'none'						 
	})
	$('.menu_head li:last').css({
		'background-image':'none'						 
	})
	/*$('.menu_head li').mouseover(function(){
										   
		$('ul', this).fadeIn('fast');
		
	})*/
	
	
}
$(document).ready(function(){
 	tendina();
})


 
