$(function () {
	$('div.bannerone-prodotti div.terzolivello-top')
		.bind('mouseover', function() { $('a[onmouseover*="' + $(this).attr('id') + '"]').addClass('active2'); })
		.bind('mouseout', function() { $('a[onmouseout*="' + $(this).attr('id') + '"]').removeClass('active2'); })
});
