function IEHoverPseudo() {

	var navItems = document.getElementById("primary-nav").getElementsByTagName("li");
	
	for (var i=0; i<navItems.length; i++) {
		if(navItems[i].className == "menuparent") {
			navItems[i].onmouseover=function() { this.className += " over"; this.style.zIndex = "200";}
                       
			navItems[i].onmouseout=function() { this.className = "menuparent"; this.style.zIndex = "100";}
		}
	}
	
	var navItems = document.getElementById("bot-primary-nav").getElementsByTagName("li");
	
	for (var i=0; i<navItems.length; i++) {
		if(navItems[i].className == "menuparent") {
			navItems[i].onmouseover=function() { this.className += " over"; this.style.zIndex = "200";}
                       
			navItems[i].onmouseout=function() { this.className = "menuparent"; this.style.zIndex = "100";}
		}
	}


	var navItems = document.getElementById("bot-primary-nav2").getElementsByTagName("li");
	
	for (var i=0; i<navItems.length; i++) {
		if(navItems[i].className == "menuparent") {
			navItems[i].onmouseover=function() { this.className += " over"; this.style.zIndex = "200";}
                       
			navItems[i].onmouseout=function() { this.className = "menuparent"; this.style.zIndex = "100";}
		}
	}

	var navItems = document.getElementById("bot-primary-nav3").getElementsByTagName("li");
	
	for (var i=0; i<navItems.length; i++) {
		if(navItems[i].className == "menuparent") {
			navItems[i].onmouseover=function() { this.className += " over"; this.style.zIndex = "200";}
                       
			navItems[i].onmouseout=function() { this.className = "menuparent"; this.style.zIndex = "100";}
		}
	}
	
	var navItems = document.getElementById("bot-primary-nav4").getElementsByTagName("li");
	
	for (var i=0; i<navItems.length; i++) {
		if(navItems[i].className == "menuparent") {
			navItems[i].onmouseover=function() { this.className += " over"; this.style.zIndex = "200";}
                       
			navItems[i].onmouseout=function() { this.className = "menuparent"; this.style.zIndex = "100";}
		}
	}
	
	var navItems = document.getElementById("bot-primary-nav5").getElementsByTagName("li");
	
	for (var i=0; i<navItems.length; i++) {
		if(navItems[i].className == "menuparent") {
			navItems[i].onmouseover=function() { this.className += " over"; this.style.zIndex = "200";}
                       
			navItems[i].onmouseout=function() { this.className = "menuparent"; this.style.zIndex = "100";}
		}
	}
	
	var navItems = document.getElementById("bot-primary-nav6").getElementsByTagName("li");
	
	for (var i=0; i<navItems.length; i++) {
		if(navItems[i].className == "menuparent") {
			navItems[i].onmouseover=function() { this.className += " over"; this.style.zIndex = "200";}
                       
			navItems[i].onmouseout=function() { this.className = "menuparent"; this.style.zIndex = "100";}
		}
	}
	
	//var navItems = document.getElementById("languages").getElementsByTagName("li");
	
	//for (var i=0; i<navItems.length; i++) {
	//	if(navItems[i].className == "menuparent") {
	//		navItems[i].onmouseover=function() { this.className += " over"; this.style.zIndex = "200";}
                       
	//		navItems[i].onmouseout=function() { this.className = "menuparent"; this.style.zIndex = "100";}
	//	}
	//}

}
