// Begin Navigation Bars
var ButtonsImageMapping = [];
ButtonsImageMapping["VertikaleNavigationsleiste1"] = {
	"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_Hp3_1.gif", rollover: "../AGB___Widerruf_HRp4_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: "VertikaleNavigationsleiste1", rollover: true, autoClose: false, spacing: 4 });
	$("#VertikaleNavigationsleiste1").nofNavBar({isMain: true, orientation: "vertical" });
	$("#VertikaleNavigationsleiste1 ul").hide();
	$("#VertikaleNavigationsleiste1").css('background-color', '#CC0000');
	$("#VertikaleNavigationsleiste1 ul").css('background-color', '#CC0000');
});


// End Navigation Bars


