$(document).ready(function(){
	/*$('#mainNav ul li:nth-child(4n-0)').addClass('bookend');*/
	
	$('ul#mainNav ul ul').addClass('level-three').removeClass('drop');
	$('ul#team-members li:nth-child(4n-0)').addClass('bookend');
	$('body.Portfolio ul.portfolio li:nth-child(3n-0)').addClass('bookend');
});