function rubbgcol(aObj, col) {
	//aObj.getAttribute('class').value="rubmenuActive";
	//aObj.style.backgroundColor='#CCCC99'
	aObj.parentNode.style.backgroundColor=col;
}