// JavaScript Document

sfHover = function() {
	var sfEls = document.getElementById("navServiceRealEstate").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"), "");
		}
	}
}
if (window.attachEvent) window.attachEvent("onload", sfHover);


sfHover2 = function() {
	var sfEls2 = document.getElementById("navServiceCorporateCommercial").getElementsByTagName("LI");
	for (var i=0; i<sfEls2.length; i++) {
		sfEls2[i].onmouseover=function() {
			this.className+=" sfhover2";
		}
		sfEls2[i].onmouseout=function() {
			this.className=this.className.replace(new RegExp(" sfhover2\\b"), "");
		}
	}
}
if (window.attachEvent) window.attachEvent("onload", sfHover2);

sfHover3 = function() {
	var sfEls3 = document.getElementById("navServiceTaxTrustPrivateClient").getElementsByTagName("LI");
	for (var i=0; i<sfEls3.length; i++) {
		sfEls3[i].onmouseover=function() {
			this.className+=" sfhover3";
		}
		sfEls3[i].onmouseout=function() {
			this.className=this.className.replace(new RegExp(" sfhover3\\b"), "");
		}
	}
}
if (window.attachEvent) window.attachEvent("onload", sfHover3);

sfHover4 = function() {
	var sfEls4 = document.getElementById("navServiceCommercialLitigationDisputeResolution").getElementsByTagName("LI");
	for (var i=0; i<sfEls4.length; i++) {
		sfEls4[i].onmouseover=function() {
			this.className+=" sfhover4";
		}
		sfEls4[i].onmouseout=function() {
			this.className=this.className.replace(new RegExp(" sfhover4\\b"), "");
		}
	}
}
if (window.attachEvent) window.attachEvent("onload", sfHover4);



sfHover5 = function() {
	var sfEls5 = document.getElementById("navServiceSpecialistUnits").getElementsByTagName("LI");
	for (var i=0; i<sfEls5.length; i++) {
		sfEls5[i].onmouseover=function() {
			this.className+=" sfhover5";
		}
		sfEls5[i].onmouseout=function() {
			this.className=this.className.replace(new RegExp(" sfhover5\\b"), "");
		}
	}
}
if (window.attachEvent) window.attachEvent("onload", sfHover5);