
// the left hand navigation mouse overs


// the left hand nav, flyouts

function highFlyItem(obj) {
//	obj.style.backgroundColor = '#FFFFFF';   
	obj.style.backgroundColor = '#FFFFFF';
	obj.style.color = '#FA450A';
	obj.style.cursor = 'pointer';
}


function lowFlyItem(obj) {
   obj.style.backgroundColor = '#FA450A';
   obj.style.color = '#FFFFFF';
}

function lowFlyItem2(obj) {
   obj.style.backgroundColor = '#DE3F0B';
   obj.style.color = '#FFFFFF';
}

