// Welcome to your jquery.base file ... place awesome jquery stuff here to help spruce up / fix / whatever your site. A link to this file has already been placed in each masterpage
jQuery(function() {
	jQuery('#leftnav dl:last').css('border-bottom','4px solid #318bb9');
	jQuery('#leftnav dl dt:first').css('top','-3px');
		jQuery('#leftnav dl dt:first').css('margin-top','2px');
	jQuery('#leftnav dl dd:last-child').css('padding-bottom','4px');
	jQuery("td").removeAttr("nowrap");
});