
function overLev1(liElem) {
	liElem.style.backgroundColor = "#7D95C3";
}
function outLev1(liElem) {
	liElem.style.backgroundColor = "#9EB1D1";
}
function overLev1on(liElem) {
	liElem.style.backgroundColor = "#7D95C3";
}
function outLev1on(liElem) {
	liElem.style.backgroundColor = "#7D95C3";
}

function overLev2(liElem) {
	liElem.style.backgroundColor = "#004b85";
}
function outLev2(liElem) {
	liElem.style.backgroundColor = "#7C95C2";
}
function overLev2on(liElem) {
	liElem.style.backgroundColor = "#004b85";
}
function outLev2on(liElem) {
	liElem.style.backgroundColor = "#004b85";
}

function overLev3(liElem) {
	liElem.style.backgroundColor = "#004b85";
}
function outLev3(liElem) {
	liElem.style.backgroundColor = "#7C95C2";
}
function overLev3on(liElem) {
	liElem.style.backgroundColor = "#004b85";
}
function outLev3on(liElem) {
	liElem.style.backgroundColor = "#004b85";
}

function overLev4(liElem) {
	liElem.style.backgroundColor = "#004b85";
}
function outLev4(liElem) {
	liElem.style.backgroundColor = "#7C95C2";
}
function overLev4on(liElem) {
	liElem.style.backgroundColor = "#004b85";
}
function outLev4on(liElem) {
	liElem.style.backgroundColor = "#004b85";
}