// TYRS Site Application
jQuery(document).ready(function(){
	
	// remove border from last subnav item
	$('#nav ul').each(function(){
		$(this).find('a:last').css('border-bottom','none');						  
	});
});
