stuHover=function(){for(var b,d,a=0;a<document.styleSheets.length;a++)if(document.styleSheets[a].rules)for(var c=0;c<document.styleSheets[a].rules.length;c++){b=document.styleSheets[a].rules[c];if(b.selectorText.indexOf("LI:hover")!=-1){d=b.selectorText.replace(/LI:hover/gi,"LI.iehover");document.styleSheets[a].addRule(d,b.style.cssText)}}if(document.getElementById("nav")!=null){b=document.getElementById("nav").getElementsByTagName("LI");for(a=0;a<b.length;a++){b[a].onmouseover=function(){this.className+= " iehover"};b[a].onmouseout=function(){this.className=this.className.replace(/ iehover\b/,"")}}}};window.attachEvent&&window.attachEvent("onload",stuHover);
