$(document).ready(function() {
	$('.navCategory:nth-child(even)').addClass('shiftColor');
})