<!--//--><![CDATA[//><!--
/*
  Gecko = navigator.appName == "Netscape";
  nest = "<style>@import url(/style/"
  if (Gecko){
	document.write(nest + "gecko.css);</style>");
	}else{
	document.write(nest + "commonhi.css);</style>");
	}
*/
hoverlist = function() {
	if (document.all&&document.getElementById) {
		navRoot = document.getElementById("menulistwrap");
			for (i=0; i<navRoot.childNodes.length; i++) {
				node = navRoot.childNodes[i];
				if (node.nodeName=="LI") {
					node.onmouseover=function() {
						this.className+=" hover";
						}
					node.onmouseout=function() {
						this.className=this.className.replace(" hover", "");
						}
					}
				}
			}
	}
	//setTimeout('document.getElementById("popupwindow").style.visibility="visible"',3000);
window.onload = hoverlist;
//--><!]]>

// <!-- /* RK 08 29 2004 */ -->