jQuery(document).ready(function($)
{
	$('#main-menu div.niveau0 a.sub').hover(function(){
	//	$(this).addClass('on');
	});

});
