// Begin Navigation Bars
var ButtonsImageMapping = [];
ButtonsImageMapping["Navigationsleiste2"] = {
	"Navigationsschaltfläche1" : { image: "../assets/images/autogen/Home_Np1_1.gif", rollover: "../assets/images/autogen/Home_NRp3_1.gif", w: 155, h: 39 },
	"Navigationsschaltfläche2" : { image: "../assets/images/autogen/Info_s_Np1_1.gif", rollover: "../assets/images/autogen/Info_s_NRp3_1.gif", w: 155, h: 39 },
	"Navigationsschaltfläche3" : { image: "../assets/images/autogen/Bilder_Np1_1.gif", rollover: "../assets/images/autogen/Bilder_NRp3_1.gif", w: 155, h: 39 },
	"Navigationsschaltfläche4" : { image: "../assets/images/autogen/Termine_Np1_1.gif", rollover: "../assets/images/autogen/Termine_NRp3_1.gif", w: 155, h: 39 },
	"Navigationsschaltfläche5" : { image: "../assets/images/autogen/Vorstand_Np1_1.gif", rollover: "../assets/images/autogen/Vorstand_NRp3_1.gif", w: 155, h: 39 },
	"Navigationsschaltfläche6" : { image: "../assets/images/autogen/Kontakt_Np1_1.gif", rollover: "../assets/images/autogen/Kontakt_NRp3_1.gif", w: 155, h: 39 },
	"Navigationsschaltfläche7" : { image: "../assets/images/autogen/Uber_uns_Np1_1.gif", rollover: "../assets/images/autogen/Uber_uns_NRp3_1.gif", w: 155, h: 39 },
	"Navigationsschaltfläche8" : { image: "../assets/images/autogen/Links_Np1_1.gif", rollover: "../assets/images/autogen/Links_NRp3_1.gif", w: 155, h: 39 },
	"Navigationsschaltfläche9" : { image: "../assets/images/autogen/Satzung_Np1_1.gif", rollover: "../assets/images/autogen/Satzung_NRp3_1.gif", w: 155, h: 39 },
	"Navigationsschaltfläche10" : { image: "../assets/images/autogen/Impressum_Hp2_1.gif", rollover: "../assets/images/autogen/Impressum_HRp4_1.gif", w: 155, h: 39 }
};

$(document).ready(function(){
	$.fn.nofNavBarOptions({ navBarId: "Navigationsleiste2", rollover: true, autoClose: false });
	$("#Navigationsleiste2").nofNavBar({isMain: true, orientation: "vertical" });
	$("#Navigationsleiste2 ul").hide();
	$("#Navigationsleiste2").css('background-color', '#CECECE');
	$("#Navigationsleiste2 ul").css('background-color', '#CECECE');
});


// End Navigation Bars


