// Begin Navigation Bars
var ButtonsImageMapping = [];
ButtonsImageMapping["Navigationsleiste13"] = {
	"Navigationsschaltfläche15" : { image: "../assets/images/autogen/Index_Np1_1.gif", rollover: "../assets/images/autogen/Index_NRp2_1.gif", w: 130, h: 24 },
	"Navigationsschaltfläche16" : { image: "../assets/images/autogen/Home_Hp3_1.gif", rollover: "../assets/images/autogen/Home_HRp4_1.gif", w: 130, h: 24 },
	"Navigationsschaltfläche17" : { image: "../assets/images/autogen/Rennregeln_Np1.gif", rollover: "../assets/images/autogen/Rennregeln_NRp2.gif", w: 130, h: 24 },
	"Navigationsschaltfläche18" : { image: "../assets/images/autogen/Historisches_Np1.gif", rollover: "../assets/images/autogen/Historisches_NRp2.gif", w: 130, h: 24 },
	"Navigationsschaltfläche19" : { image: "../assets/images/autogen/SLMC_2007_2008_Np1.gif", rollover: "../assets/images/autogen/SLMC_2007_2008_NRp2.gif", w: 130, h: 24 },
	"Navigationsschaltfläche20" : { image: "../assets/images/autogen/SLMC_2008_2009_Np1.gif", rollover: "../assets/images/autogen/SLMC_2008_2009_NRp2.gif", w: 130, h: 24 },
	"Navigationsschaltfläche21" : { image: "../assets/images/autogen/SLMC_2009_2010_Np1.gif", rollover: "../assets/images/autogen/SLMC_2009_2010_NRp2.gif", w: 130, h: 24 },
	"Navigationsschaltfläche22" : { image: "../assets/images/autogen/Die_Sieger_Np1.gif", rollover: "../assets/images/autogen/Die_Sieger_NRp2.gif", w: 130, h: 24 },
	"Navigationsschaltfläche23" : { image: "../assets/images/autogen/Der_Verein_Np1.gif", rollover: "../assets/images/autogen/Der_Verein_NRp2.gif", w: 130, h: 24 },
	"Navigationsschaltfläche24" : { image: "../assets/images/autogen/Sponsoren_Hp3.gif", rollover: "../assets/images/autogen/Sponsoren_HRp4.gif", w: 130, h: 24 },
	"Navigationsschaltfläche25" : { image: "../assets/images/autogen/Top-Links_Np1.gif", rollover: "../assets/images/autogen/Top-Links_NRp2.gif", w: 130, h: 24 },
	"Navigationsschaltfläche26" : { image: "../assets/images/autogen/Downloads_Np1.gif", rollover: "../assets/images/autogen/Downloads_NRp2.gif", w: 130, h: 24 },
	"Navigationsschaltfläche27" : { image: "../assets/images/autogen/Die_Fahrer_Np1.gif", rollover: "../assets/images/autogen/Die_Fahrer_NRp2.gif", w: 130, h: 24 },
	"Navigationsschaltfläche28" : { image: "../assets/images/autogen/Impressum_Np1.gif", rollover: "../assets/images/autogen/Impressum_NRp2.gif", w: 130, h: 24 }
};

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


// End Navigation Bars


