	// JavaScript Document
	// tested with jquery 1.4.1
		
		
	$(document).ready(function(){
		
		$("#topnav ul li:last-child").addClass('last-child');

	})
