$(document).ready(function(){
	 if($.browser.msie) {
		 $(".nav_section").each(function(){
			$(this).mouseenter(function(){				
				$("#channelPromo").css("z-index", "-1");
			}).mouseleave(function(){
				$("#channelPromo").css("z-index", "1");
			});
		 });
	 }
});
