$(function() {
	$("nav.horizontal li:not(.no-width) ul.menu-depth-1").each(function() {
		$(this).css("width", $(this).width());
	});
});


