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