<!--//--><![CDATA[//><!--

function ieHover() {
	var ieLIs = document.getElementById("menu").getElementsByTagName("li");

	for (var i=0; i<ieLIs.length; i++) {
		if (ieLIs[i].className == "menuparent") {
			ieLIs[i].onmouseover=function() {this.lastChild.style.display = "block";}
			ieLIs[i].onmouseout=function() {this.lastChild.style.display = "none";}
		}
	}
}

//window.onload = ieHover;
if (window.attachEvent) window.attachEvent('onload', ieHover);

//--><!]]>
