$(document).ready(function() {
	$('#nav ul li:first-child').addClass('firstChild');
});
