// Begin Navigation Bars
var ButtonsImageMapping = [];
ButtonsImageMapping["VertikaleNavigationsleiste3"] = {
	"Navigationsschaltflaeche1" : { image: "./Deutsch_Np1_1.gif", rollover: "./Deutsch_NRp2_1.gif", w: 136, h: 16 },
	"Navigationsschaltflaeche2" : { image: "./Mathematik_Np1_1.gif", rollover: "./Mathematik_NRp2_1.gif", w: 136, h: 16 },
	"Navigationsschaltflaeche3" : { image: "./Sachunterricht_Np1_1.gif", rollover: "./Sachunterricht_NRp2_1.gif", w: 136, h: 16 },
	"Navigationsschaltflaeche4" : { image: "./Weitere_Materialien_Np1_1.gif", rollover: "./Weitere_Materialien_NRp2_1.gif", w: 136, h: 16 },
	"Navigationsschaltflaeche5" : { image: "./Uber_uns_Np1_1.gif", rollover: "./Uber_uns_NRp2_1.gif", w: 136, h: 16 },
	"Navigationsschaltflaeche6" : { image: "./AGB___Widerruf_Np1_1.gif", rollover: "./AGB___Widerruf_NRp2_1.gif", w: 136, h: 16 },
	"Navigationsschaltflaeche7" : { image: "./Impressum_Np1_1.gif", rollover: "./Impressum_NRp2_1.gif", w: 136, h: 16 },
	"Navigationsschaltflaeche8" : { image: "./Kontakt_Np1_1.gif", rollover: "./Kontakt_NRp2_1.gif", w: 136, h: 16 }
};

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


// End Navigation Bars

