// Begin Navigation Bars
var ButtonsImageMapping = [];
ButtonsImageMapping["Navigationsleiste2"] = {
	"Navigationsschaltflaeche3" : { image: "./Kontakt_Nbutton2.gif", rollover: "./Kontakt_NRbutton1.gif", w: 172, h: 29 },
	"Navigationsschaltflaeche4" : { image: "./Termine_Nbutton2.gif", rollover: "./Termine_NRbutton1.gif", w: 172, h: 29 },
	"Navigationsschaltflaeche5" : { image: "./Uber_uns_Nbutton2.gif", rollover: "./Uber_uns_NRbutton1.gif", w: 172, h: 29 },
	"Navigationsschaltflaeche6" : { image: "./Aktuell_Nbutton2.gif", rollover: "./Aktuell_NRbutton1.gif", w: 172, h: 29 },
	"Navigationsschaltflaeche7" : { image: "./Ferienpass_Nbutton2.gif", rollover: "./Ferienpass_NRbutton1.gif", w: 172, h: 29 },
	"Navigationsschaltflaeche8" : { image: "./Jugend-Kart_Nbutton2.gif", rollover: "./Jugend-Kart_NRbutton1.gif", w: 172, h: 29 },
	"Navigationsschaltflaeche9" : { image: "./Auto-Cross_Nbutton2.gif", rollover: "./Auto-Cross_NRbutton1.gif", w: 172, h: 29 },
	"Navigationsschaltflaeche10" : { image: "./Opelfreunde_Nbutton2.gif", rollover: "./Opelfreunde_NRbutton1.gif", w: 172, h: 29 },
	"Navigationsschaltflaeche11" : { image: "./Stock-Car_Nbutton2.gif", rollover: "./Stock-Car_NRbutton1.gif", w: 172, h: 29 },
	"Navigationsschaltflaeche12" : { image: "./Sportwarte_Nbutton2.gif", rollover: "./Sportwarte_NRbutton1.gif", w: 172, h: 29 },
	"Navigationsschaltflaeche13" : { image: "./Rally-Cross_Nbutton2_1.gif", rollover: "./Rally-Cross_NRbutton1_1.gif", w: 172, h: 29 },
	"Navigationsschaltflaeche14" : { image: "./Oldtimerfreunde_Nbutton2.gif", rollover: "./Oldtimerfreunde_NRbutton1.gif", w: 172, h: 29 },
	"Navigationsschaltflaeche15" : { image: "./Mofa_Grand-Prix_Nbutton2.gif", rollover: "./Mofa_Grand-Prix_NRbutton1.gif", w: 172, h: 29 },
	"Navigationsschaltflaeche16" : { image: "./Bildergalerie_Nbutton2_1.gif", rollover: "./Bildergalerie_NRbutton1_1.gif", w: 172, h: 29 },
	"Navigationsschaltflaeche17" : { image: "./Gastebuch_Nbutton2.gif", rollover: "./Gastebuch_NRbutton1.gif", w: 172, h: 29 },
	"Navigationsschaltflaeche18" : { image: "./Links_Nbutton2.gif", rollover: "./Links_NRbutton1.gif", w: 172, h: 29 },
	"Navigationsschaltflaeche19" : { image: "./Mitgliederbereich_Nbutton2.gif", rollover: "./Mitgliederbereich_NRbutton1.gif", w: 172, h: 29 },
	"Navigationsschaltflaeche20" : { image: "./Impressum_Nbutton2.gif", rollover: "./Impressum_NRbutton1.gif", w: 172, h: 29 }
};

$(document).ready(function(){
	$.fn.nofNavBarOptions({ navBarId: "Navigationsleiste2", rollover: true, autoClose: true, spacing: 2 });
	$("#Navigationsleiste2").nofNavBar({isMain: true, orientation: "vertical" });
	$("#Navigationsleiste2 ul").hide();
	$("#Navigationsleiste2").css('border', '1px solid gray');
	$("#Navigationsleiste2").css('border-style', 'outset');
	$("#Navigationsleiste2 ul").css('border', '1px solid gray');
	$("#Navigationsleiste2 ul").css('border-style', 'outset');
});


// End Navigation Bars

