<!--//--><![CDATA[//><!--

sfHoverA = function() {
	var sfEls = document.getElementById("Website-Header-Bar-A").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);

sfHoverB = function() {	
		var sfEls = document.getElementById("Website-Header-Bar-B").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);

sfHoverC = function() {
	var sfEls = document.getElementById("Website-Header-Bar-C").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);

//--><!]]>
