
function NavIn(menItem) {
	menItem.style.borderColor='#999999'; 
	menItem.style.backgroundColor='#cccccc';
}

function NavOut(menItem) {
	menItem.style.borderColor=''; 
	menItem.style.backgroundColor='';
}

