$(document).ready(function () {
	$(".rmItem").find("a[href*='locations']").parents(".rmItem").addClass("topNavLocations");
	$(".rmItem").find("a[href*='locations']").parents(".rmItem").next().addClass("topNavProduct");
	$(".rmItem").find("a[href*='locations']").parents(".rmItem").next().next().addClass("topNavEvents");
	$(".rmItem").find("a[href*='locations']").parents(".rmItem").next().next().next().addClass("topNavSupport");
	$(".rmItem").find("a[href*='locations']").parents(".rmItem").next().next().next().next().addClass("topNavPromotions");
	$(".rmItem").find("a[href*='locations']").parents(".rmItem").next().next().next().next().next().addClass("topNavAbout");
});
