    <!--//--><![CDATA[//><!--

    sfHover = function() {
	   var sfEls = document.getElementById("subnav").getElementsByTagName("li");
	   for (var i=0; i<sfEls.length; i++) {
            sfEls[i].onmouseover=function() {
                this.className +=" sfhover";
            }
            sfEls[i].onmouseout = function() {
                this.className = this.className.replace(new RegExp(" sfhover\\b"), "");
            }
	   }

	   
	   var riNavHover = document.getElementById("menu").getElementById("ri_nav");
	   riNavHover[j].onmouseover = function() {
	       this.className +=" rihover";
	   }
	   riNavHover[j].onmouseout = function() {
	       this.className = this.className.replace(new RegExp(" rihover\\b"), "");
	   }
	   
	   var hasbroHover = document.getElementById("menu").getElementById("menu-ropa");
	   hasbroHover[j].onmouseover = function() {
	       this.className +=" hasbrohover";
	   }
	   hasbroHover[j].onmouseout = function() {
	       this.className = this.className.replace(new RegExp(" hasbrohover\\b"), "");
	   }
	   
	   var miriamhover = document.getElementById("menu").getElementById("menu-mercadillo");
	   miriamhover[j].onmouseover = function() {
	       this.className +=" miriamhover";
	   }
	   miriamhover[j].onmouseout = function() {
	       this.className = this.className.replace(new RegExp(" miriamhover\\b"), "");
	   }
	   
	   
	   var newporthover = document.getElementById("menu").getElementById("menu-clases-padel");
	   newporthover[j].onmouseover = function() {
	       this.className +=" miriamhover";
	   }
	   newporthover[j].onmouseout = function() {
	       this.className = this.className.replace(new RegExp(" newporthover\\b"), "");
	   }
	   
	   
	   var bradleyhover = document.getElementById("menu").getElementById("menu-campeonatos");
	   bradleyhover[j].onmouseover = function() {
	       this.className +=" bradleyhover";
	   }
	   bradleyhover[j].onmouseout = function() {
	       this.className = this.className.replace(new RegExp(" bradleyhover\\b"), "");
	   }


}        
    
    if (window.attachEvent) window.attachEvent("onload", sfHover);

//--><!]]>