$(document).ready(function()
{

	$("#firstpane p.menu_head_rolki_transportowe").click(function()
    {
		$(this).css({backgroundColor:"#9d9d9d"}).next("div.menu_body").slideToggle(300).siblings("div.menu_body").slideUp("slow");
		$("div.menu_body_2").slideUp("slow");
		$("p.menu_head_2").css({backgroundColor:"#9d9d9d"});
       	$(this).siblings().css({backgroundColor:"#e3e3e3"});
	});
	
	$("#firstpane p.menu_head_listwy_rolkowe").click(function()
    {
		$(this).css({backgroundColor:"#9d9d9d"}).next("div.menu_body").slideToggle(300).siblings("div.menu_body").slideUp("slow");
		$("div.menu_body_2").slideUp("slow");
		$("p.menu_head_2").css({backgroundColor:"#9d9d9d"});
       	$(this).siblings().css({backgroundColor:"#eef4d3"});
	});
	
	$("#firstpane p.menu_head_elementy_wieloskretne").click(function()
    {
		$(this).css({backgroundColor:"#9d9d9d"}).next("div.menu_body").slideToggle(300).siblings("div.menu_body").slideUp("slow");
		$("div.menu_body_2").slideUp("slow");
		$("p.menu_head_2").css({backgroundColor:"#9d9d9d"});
       	$(this).siblings().css({backgroundColor:"#eef4d3"});
	});
	
	$("#firstpane p.menu_head_siatki_transportowe").click(function()
    {
		$(this).css({backgroundColor:"#9d9d9d"}).next("div.menu_body").slideToggle(300).siblings("div.menu_body").slideUp("slow");
		$("div.menu_body_2").slideUp("slow");
		$("p.menu_head_2").css({backgroundColor:"#9d9d9d"});
       	$(this).siblings().css({backgroundColor:"#eef4d3"});
	});
	
	$("#firstpane p.menu_head_lancuchy_rolkowe").click(function()
    {
		$(this).css({backgroundColor:"#9d9d9d"}).next("div.menu_body").slideToggle(300).siblings("div.menu_body").slideUp("slow");
		$("div.menu_body_2").slideUp("slow");
		$("p.menu_head_2").css({backgroundColor:"#9d9d9d"});
       	$(this).siblings().css({backgroundColor:"#eef4d3"});
	});
	
	$("#firstpane p.menu_head_lancuchy_plytkowe").click(function()
    {
		$(this).css({backgroundColor:"#9d9d9d"}).next("div.menu_body").slideToggle(300).siblings("div.menu_body").slideUp("slow");
		$("div.menu_body_2").slideUp("slow");
		$("p.menu_head_2").css({backgroundColor:"#9d9d9d"});
       	$(this).siblings().css({backgroundColor:"#eef4d3"});
	});
	
	$("#firstpane p.menu_head_tworzywa_sztuczne").click(function()
    {
		$(this).css({backgroundColor:"#9d9d9d"}).next("div.menu_body").slideToggle(300).siblings("div.menu_body").slideUp("slow");
		$("div.menu_body_2").slideUp("slow");
		$("p.menu_head_2").css({backgroundColor:"#9d9d9d"});
       	$(this).siblings().css({backgroundColor:"#eef4d3"});
	});
	
	$("#firstpane p.menu_head_intralox").click(function()
    {
		$(this).css({backgroundColor:"#9d9d9d"}).next("div.menu_body").slideToggle(300).siblings("div.menu_body").slideUp("slow");
		$("div.menu_body_2").slideUp("slow");
		$("p.menu_head_2").css({backgroundColor:"#9d9d9d"});
       	$(this).siblings().css({backgroundColor:"#eef4d3"});
	});
	
	$("#firstpane p.menu_head_pasy_i_tasmy").click(function()
    {
		$(this).css({backgroundColor:"#9d9d9d"}).next("div.menu_body").slideToggle(300).siblings("div.menu_body").slideUp("slow");
		$("div.menu_body_2").slideUp("slow");
		$("p.menu_head_2").css({backgroundColor:"#9d9d9d"});
       	$(this).siblings().css({backgroundColor:"#eef4d3"});
	});
	
	$("#firstpane p.menu_head_amortyzatory").click(function()
    {
		$(this).css({backgroundColor:"#9d9d9d"}).next("div.menu_body").slideToggle(300).siblings("div.menu_body").slideUp("slow");
		$("div.menu_body_2").slideUp("slow");
		$("p.menu_head_2").css({backgroundColor:"#9d9d9d"});
       	$(this).siblings().css({backgroundColor:"#eef4d3"});
	});
	
	$("#firstpane p.menu_head_komponenty").click(function()
    {
		$(this).css({backgroundColor:"#9d9d9d"}).next("div.menu_body").slideToggle(300).siblings("div.menu_body").slideUp("slow");
		$("div.menu_body_2").slideUp("slow");
		$("p.menu_head_2").css({backgroundColor:"#9d9d9d"});
       	$(this).siblings().css({backgroundColor:"#eef4d3"});
	});
	
	$("#firstpane p.menu_head_2").click(function()
    {
		$(this).css({backgroundColor:"#49474a"}).next("div.menu_body_2").slideToggle(300).siblings("div.menu_body_2").slideUp("slow");
       	$(this).siblings().css({backgroundColor:"#9d9d9d"});
	});
	
});