// Fix the first nav bar element so it has a border too.  thank you very much :) //
// Are zebras black with white stripes or white with black stripes?  
	$(document).ready(function() { 
			$('#topnav a:first').css('border-left', '1px solid #FF6600');
	}); 