$(function(){
	$('.topnav, .bottombar').each(function() {$(this).find("li:last").css('background', 'none');});
	$('.subnav li:last, .footer li:last').css('border', '0');
	//$('.leftnav ul li:has(ul):not(.active) a').css('background', 'url(sideart/left-sidebar-arrow.jpg) left center repeat-y');
	$(".three-col li:nth-child(3n)").after("<li class='clear' style='width:100%;'></li>");


});