// JavaScript Document


window.onload = function(){
	var firstEl = document.getElementById("<%= dnnNAV.Clientid %>").getElementsByTagName('span')[0];
	firstEl.className = "firstMenu";
}

