function destacaLateral(id){

	var obj = document.getElementById(id);
	obj.style.color = "#000000";
	obj.style.background = "transparent url(../../imagens/menus/mn_topic.gif) 2px 5px no-repeat scroll";
/*	obj.style.backgroundImage = "url(../../imagens/menus/mn_topic.gif)";
	obj.style.backgroundPosition = "2px 5px";
	*/
}