// JavaScript Document
sfHover=function(){if(!document.getElementById("mainMenu")) return 0;var _=document.getElementById("mainMenu").getElementsByTagName("LI");for(var q=0;q<_.length;q++){_[q].onmouseover=function(){this.className+=" sfhover"}
_[q].onmouseout=function(){var _=this;_.className=_.className.replace(new RegExp(" sfhover\\b"),"")}}}
if(window.attachEvent) window.attachEvent("onload",sfHover);