$(document).ready(function() {
	
	$("#m_1").hover(
		function() {
			$("#m_1>div").css("background","url(/img/li_bg.png) repeat-x 0 bottom #ffffee");
		},
		function() {
			$("#m_1>div").css("background","none #ffffee");
		}
	);

	$("#m_1").click(function(){
		document.location="/hu/termekek/kornyezetiranyitasi-rendszerek";
		return false;
	});

	$("#m_2").hover(
		function() {
			$("#m_2>div").css("background","url(/img/li_bg.png) repeat-x 0 bottom #ffffee");
		},
		function() {
			$("#m_2>div").css("background","none #ffffee");
		}
	);

	$("#m_2").click(function(){
		document.location="/hu/kepzes-es-munkahelyek/tovabbkepzes";
		return false;
	});

	$("#m_3").hover(
		function() {
			$("#m_3>div").css("background","url(/img/li_bg.png) repeat-x 0 bottom #ffffee");
		},
		function() {
			$("#m_3>div").css("background","none #ffffee");
		}
	);

	$("#m_3").click(function(){
		document.location="/hu/termekek/geppark";
		return false;
	});

	$("#m_4").hover(
		function() {
			$("#m_4>div").css("background","url(/img/li_bg.png) repeat-x 0 bottom #ffffee");
		},
		function() {
			$("#m_4>div").css("background","none #ffffee");
		}
	);

	$("#m_4").click(function(){
		document.location="/hu/cegunkrol/tortenelem";
		return false;
	});

	$("#m_5").hover(
		function() {
			$("#m_5>div").css("background","url(/img/li_bg.png) repeat-x 0 bottom #ffffee");
		},
		function() {
			$("#m_5>div").css("background","none #ffffee");
		}
	);

	$("#m_5").click(function(){
		document.location="/de/das-unternehmen/umweltmanagement";
		return false;
	});

	$("#m_6").hover(
		function() {
			$("#m_6>div").css("background","url(/img/li_bg.png) repeat-x 0 bottom #ffffee");
		},
		function() {
			$("#m_6>div").css("background","none #ffffee");
		}
	);

	$("#m_6").click(function(){
		document.location="/de/beruf-und-ausbildung/weiterbildung";
		return false;
	});

	$("#m_7").hover(
		function() {
			$("#m_7>div").css("background","url(/img/li_bg.png) repeat-x 0 bottom #ffffee");
		},
		function() {
			$("#m_7>div").css("background","none #ffffee");
		}
	);

	$("#m_7").click(function(){
		document.location="/de/produkte-und-services/maschinenpark";
		return false;
	});

	$("#m_8").hover(
		function() {
			$("#m_8>div").css("background","url(/img/li_bg.png) repeat-x 0 bottom #ffffee");
		},
		function() {
			$("#m_8>div").css("background","none #ffffee");
		}
	);

	$("#m_8").click(function(){
		document.location="/de/das-unternehmen/historie";
		return false;
	});
});