
ieHover_horizontal10 = function() {

if (document.getElementById('horizontal10')+'' =='null') {return};

	var navItems = document.getElementById('horizontal10').getElementsByTagName("li");
	for (var i=0; i<navItems.length; i++) {
		if(navItems[i].className == "parent") {
			
					navItems[i].onmouseover=function() { this.className += " over"; }
					navItems[i].onmouseout=function() { this.className = "parent"; }
			
		}
	}
}

if (window.attachEvent) {
	window.attachEvent('onload', ieHover_horizontal10)
}




ieHover_horizontal1 = function() {

if (document.getElementById('horizontal1')+'' =='null') {return};

	var navItems = document.getElementById('horizontal1').getElementsByTagName("li");
	for (var i=0; i<navItems.length; i++) {
		if(navItems[i].className == "parent") {
					navItems[i].onmouseover=function() { this.className += " over"; }
					navItems[i].onmouseout=function() { this.className = "parent"; }
		}
	}
}

if (window.attachEvent) {
	window.attachEvent('onload', ieHover_horizontal1)
}

ieHover_horizontal2 = function() {

if (document.getElementById('horizontal2')+'' =='null') {return};
	var navItems = document.getElementById('horizontal2').getElementsByTagName("li");
	for (var i=0; i<navItems.length; i++) {



		if(navItems[i].className == "parent") {
			navItems[i].onmouseover=function() {this.className += " over";	}	
			navItems[i].onmouseout=function() { this.className = "parent"; }
		}
		

	}
}

if (window.attachEvent) {
	window.attachEvent('onload', ieHover_horizontal2)
}

ieHover_horizontal3 = function() {

if (document.getElementById('horizontal3')+'' =='null') {return};

	var navItems = document.getElementById('horizontal3').getElementsByTagName("li");
	for (var i=0; i<navItems.length; i++) {
		if(navItems[i].className == "parent") {
			navItems[i].onmouseover=function() { this.className += " over"; }
			navItems[i].onmouseout=function() { this.className = "parent3"; }
		}
	}
}

if (window.attachEvent) {
	window.attachEvent('onload', ieHover_horizontal3)
}

