// IE6 DropDown Script

if (window.XMLHttpRequest) { }else{ // IE6 !
	sfHover = function() {
		var sfEls = document.getElementById("primary-nav").getElementsByTagName("LI");
		for (var i=0; i<sfEls.length; i++) {
			sfEls[i].onmouseover=function() {
				this.className+=" ie6hoverPrimaryNav";
			}
			sfEls[i].onmouseout=function() {
				this.className=this.className.replace(new RegExp(" ie6hoverPrimaryNav\\b"), "");
			}
		}
	}
	if (window.attachEvent) window.attachEvent("onload", sfHover);
}




if (window.XMLHttpRequest) { }else{ // IE6 !
	sfHoverA = function() {
		var sfEls = document.getElementById("top-level-divisions").getElementsByTagName("LI");
		for (var i=0; i<sfEls.length; i++) {
			sfEls[i].onmouseover=function() {
				this.className+=" sfhoverA";
			}
			sfEls[i].onmouseout=function() {
				this.className=this.className.replace(new RegExp(" sfhoverA\\b"), "");
			}
		}
	}
	if (window.attachEvent) window.attachEvent("onload", sfHoverA);
}





if (window.XMLHttpRequest) { }else{ // IE6 !
	sfHoverB = function() {	
		var sfEls = document.getElementById("division-businesses").getElementsByTagName("LI");
		for (var i=0; i<sfEls.length; i++) {
			sfEls[i].onmouseover=function() {
				this.className+=" sfhoverB";
			}
			sfEls[i].onmouseout=function() {
				this.className=this.className.replace(new RegExp(" sfhoverB\\b"), "");
			}
		}
	}
	if (window.attachEvent) window.attachEvent("onload", sfHoverB);
}



if (window.XMLHttpRequest) { }else{ // IE6 !
	sfHoverC = function() {
		var sfEls = document.getElementById("search-divisions").getElementsByTagName("LI");
		for (var i=0; i<sfEls.length; i++) {
			sfEls[i].onmouseover=function() {
				this.className+=" sfhoverC";
			}
			sfEls[i].onmouseout=function() {
				this.className=this.className.replace(new RegExp(" sfhoverC\\b"), "");
			}
		}
	}
	if (window.attachEvent) window.attachEvent("onload", sfHoverC);
}
