
	function overBg(id)
	{
		
		if(id=="a1")
		{
			
			document.getElementById("a1").className="AbtSel";
			document.getElementById("n1").src="images/common/menu-separator-grey.jpg";
		}
		if(id=="a2")
		{
			
			document.getElementById("a2").className="DivSel";
			document.getElementById("n1").src="images/common/menu-separator-grey.jpg";
			document.getElementById("n2").src="images/common/menu-separator-grey.jpg";
		}
		if(id=="a3")
		{
			
			document.getElementById("a3").className="DivSel";
			document.getElementById("n2").src="images/common/menu-separator-grey.jpg";
			document.getElementById("n3").src="images/common/menu-separator-grey.jpg";
		}
		if(id=="a4")
		{
			
			document.getElementById("a4").className="NewsSel";
			document.getElementById("n3").src="images/common/menu-separator-grey.jpg";
			document.getElementById("n4").src="images/common/menu-separator-grey.jpg";
		}
		if(id=="a5")
		{
			
			document.getElementById("a5").className="DivSel";
			document.getElementById("n4").src="images/common/menu-separator-grey.jpg";
			document.getElementById("n5").src="images/common/menu-separator-grey.jpg";
		}
		if(id=="a6")
		{
			
			document.getElementById("a6").className="CSRSel";
			document.getElementById("n5").src="images/common/menu-separator-grey.jpg";
			document.getElementById("n6").src="images/common/menu-separator-grey.jpg";
		}
		if(id=="a7")
		{
			
			document.getElementById("a7").className="ContactSel";
			document.getElementById("n6").src="images/common/menu-separator-grey.jpg";
		}
	
	}
	function outBg(id)
	{
		
		if(id=="a1")
		{
			
			document.getElementById("a1").className="AbtNorm";
			document.getElementById("n1").src="images/common/menu-separator-white.jpg";
		}
		if(id=="a2")
		{
			
			document.getElementById("a2").className="DivNorm";
			document.getElementById("n1").src="images/common/menu-separator-white.jpg";
			document.getElementById("n2").src="images/common/menu-separator-white.jpg";
		}
		if(id=="a3")
		{
			
			document.getElementById("a3").className="DivNorm";
			document.getElementById("n2").src="images/common/menu-separator-white.jpg";
			document.getElementById("n3").src="images/common/menu-separator-white.jpg";
		}
		if(id=="a4")
		{
			
			document.getElementById("a4").className="NewsNorm";
			document.getElementById("n3").src="images/common/menu-separator-white.jpg";
			document.getElementById("n4").src="images/common/menu-separator-white.jpg";
		}
		if(id=="a5")
		{
			
			document.getElementById("a5").className="DivNorm";
			document.getElementById("n4").src="images/common/menu-separator-white.jpg";
			document.getElementById("n5").src="images/common/menu-separator-white.jpg";
		}
		if(id=="a6")
		{
			
			document.getElementById("a6").className="CSRNorm";
			document.getElementById("n5").src="images/common/menu-separator-white.jpg";
			document.getElementById("n6").src="images/common/menu-separator-white.jpg";
		}
		if(id=="a7")
		{
			
			document.getElementById("a7").className="ContactNorm";
			document.getElementById("n6").src="images/common/menu-separator-white.jpg";
		}
		
	}