$(document).ready(function() {
	/*
		apply a class of firstChild to elements to fake
		the first-child pseudo-selector for IE6
	*/
	$('ul.top-main-menu li:first').addClass('firstChild');
});
