/* ----------------------------------------------------------------------------------------------------------- */
/* MENU_LEVEL2_CSS_CSERELGETES */
	function change_menu_level2_item_p(obj)
	{
		obj.style.color='#d37e3a';
		obj.style.textDecoration='none';
	}
	function change_menu_level2_item_p_id(obj)
	{
		document.getElementById(obj).style.color='#d37e3a';
		document.getElementById(obj).style.textDecoration='none';
	}
	
	function change_menu_level2_item_p_active(obj)
	{
		obj.style.color='#ffffff';
		obj.style.textDecoration='none';
	}
	function change_menu_level2_item_p_active_id(obj)
	{
		document.getElementById(obj).style.color='#ffffff';
		document.getElementById(obj).style.textDecoration='none';
	}

	function change_menu_level2_item_div(obj)
	{
		obj.style.backgroundImage='url(../g/_menu_level02_background.gif)';
		obj.style.backgroundColor='#ffffff';
	}
	function change_menu_level2_item_div_id(obj)
	{
		document.getElementById(obj).style.backgroundImage='url(../g/_menu_level02_background.gif)';
		document.getElementById(obj).style.backgroundColor='#ffffff';
	}

	function change_menu_level2_item_div_active(obj)
	{
		obj.style.backgroundImage='url(../g/spacer.gif)';
		obj.style.backgroundColor='#f3a900';
	}
	function change_menu_level2_item_div_active_id(obj)
	{
		document.getElementById(obj).style.backgroundImage='url(../g/spacer.gif)';
		document.getElementById(obj).style.backgroundColor='#f3a900';
	}
/* ----------------------------------------------------------------------------------------------------------- */
