// tackles IE6 issues with multiple classes
$(document).ready(function() {
	$('.home.currentpage').css('background-image','url(img/main02.gif)')
	$('.seasonal-deal.currentpage').css('background-image','url(img/deal02.gif)')
	$('.new-systems.currentpage').css('background-image','url(img/newsystems02.gif)')
	$('.repairs.currentpage').css('background-image','url(img/repairs02.gif)')
	$('.remodel.currentpage').css('background-image','url(img/remodel02.gif)')
	$('.referrals.currentpage').css('background-image','url(img/refer02.gif)')
	$('.articles.currentpage').css('background-image','url(img/articles02.gif)')
	$('.about-us.currentpage').css('background-image','url(img/aboutus02.gif)')
	$('.store.currentpage').css('background-image','url(img/store02.gif)')
	$('.contact-us.currentpage').css('background-image','url(img/contactus02.gif)')
});

$(document).ready(function() {
	$('.home.activeparent').css('background-image','url(img/main02.gif)')
	$('.seasonal-deal.activeparent').css('background-image','url(img/deal02.gif)')
	$('.new-systems.activeparent').css('background-image','url(img/newsystems02.gif)')
	$('.repairs.activeparent').css('background-image','url(img/repairs02.gif)')
	$('.remodel.activeparent').css('background-image','url(img/remodel02.gif)')
	$('.referrals.activeparent').css('background-image','url(img/refer02.gif)')
	$('.articles.activeparent').css('background-image','url(img/articles02.gif)')
	$('.about-us.activeparent').css('background-image','url(img/aboutus02.gif)')
	$('.store.activeparent').css('background-image','url(img/store02.gif)')
	$('.contact-us.activeparent').css('background-image','url(img/contactus02.gif)')
});