// Begin XHTML adjustment
$(document).ready(function(){
	if (jQuery.browser.msie && jQuery.browser.version.substr(0, 2) == "6.") {
		$(".nof-clearfix").each(function (i) {
			$(this).append("<div style='clear:both'/>");
			$(this).removeClass("nof-clearfix");
		});
	}
	if (jQuery.browser.safari){
		$(".nof-lyr>br:first").each(function () {
			$(this).replaceWith("<div style='height:0px'>&nbsp;</div>");
		});
	}
});

// End XHTML adjustment

// Begin Navigation Bars
var ButtonsImageMapping = [];
ButtonsImageMapping["NavigationBar2"] = {
	"NavigationButton1" : { image: "./assets/images/autogen/Home_Hbutton2_1.gif", rollover: "./assets/images/autogen/Home_HRbutton2_1.gif", w: 166, h: 25 },
	"NavigationButton2" : { image: "./assets/images/autogen/Welcome_Nbutton1_1.gif", rollover: "./assets/images/autogen/Welcome_NRbutton2_1.gif", w: 166, h: 25 },
	"NavigationButton3" : { image: "./assets/images/autogen/Clubs---who-cares-_Nbutton1_1.gif", rollover: "./assets/images/autogen/Clubs---who-cares-_NRbutton2_1.gif", w: 166, h: 25 },
	"NavigationButton4" : { image: "./assets/images/autogen/Your-memories_Nbutton1_1.gif", rollover: "./assets/images/autogen/Your-memories_NRbutton2_1.gif", w: 166, h: 25 },
	"NavigationButton5" : { image: "./assets/images/autogen/The-stories_Nbutton1_1.gif", rollover: "./assets/images/autogen/The-stories_NRbutton2_1.gif", w: 166, h: 25 },
	"NavigationButton6" : { image: "./assets/images/autogen/Stories-in-print_Nbutton1_1.gif", rollover: "./assets/images/autogen/Stories-in-print_NRbutton2_1.gif", w: 166, h: 25 },
	"NavigationButton7" : { image: "./assets/images/autogen/What-is-the-CIU_Nbutton1_1.gif", rollover: "./assets/images/autogen/What-is-the-CIU_NRbutton2_1.gif", w: 166, h: 25 },
	"NavigationButton8" : { image: "./assets/images/autogen/Club-fact-files_Nbutton1_1.gif", rollover: "./assets/images/autogen/Club-fact-files_NRbutton2_1.gif", w: 166, h: 25 },
	"NavigationButton9" : { image: "./assets/images/autogen/Club-entertainment_Nbutton1_1.gif", rollover: "./assets/images/autogen/Club-entertainment_NRbutton2_1.gif", w: 166, h: 25 },
	"NavigationButton10" : { image: "./assets/images/autogen/Fighting-back_Nbutton1_1.gif", rollover: "./assets/images/autogen/Fighting-back_NRbutton2_1.gif", w: 166, h: 25 },
	"NavigationButton11" : { image: "./assets/images/autogen/Claims-to-fame_Nbutton1_1.gif", rollover: "./assets/images/autogen/Claims-to-fame_NRbutton2_1.gif", w: 166, h: 25 },
	"NavigationButton12" : { image: "./assets/images/autogen/Requests-Appeals_Nbutton1_1.gif", rollover: "./assets/images/autogen/Requests-Appeals_NRbutton2_1.gif", w: 166, h: 25 },
	"NavigationButton13" : { image: "./assets/images/autogen/Obituary_Nbutton1_1.gif", rollover: "./assets/images/autogen/Obituary_NRbutton2_1.gif", w: 166, h: 25 },
	"NavigationButton14" : { image: "./assets/images/autogen/Charities_Nbutton1_1.gif", rollover: "./assets/images/autogen/Charities_NRbutton2_1.gif", w: 166, h: 25 },
	"NavigationButton15" : { image: "./assets/images/autogen/Smoking_Nbutton1_1.gif", rollover: "./assets/images/autogen/Smoking_NRbutton2_1.gif", w: 166, h: 25 },
	"NavigationButton16" : { image: "./assets/images/autogen/Links-and-Reviews_Nbutton1_1.gif", rollover: "./assets/images/autogen/Links-and-Reviews_NRbutton2_1.gif", w: 166, h: 25 },
	"NavigationButton17" : { image: "./assets/images/autogen/Clubs-Online_Nbutton1_1.gif", rollover: "./assets/images/autogen/Clubs-Online_NRbutton2_1.gif", w: 166, h: 25 },
	"NavigationButton18" : { image: "./assets/images/autogen/Contact_Nbutton1_1.gif", rollover: "./assets/images/autogen/Contact_NRbutton2_1.gif", w: 166, h: 25 }
};

$(document).ready(function(){
	$.fn.nofNavBarOptions({ navBarId: "NavigationBar2", rollover: true, autoClose: false });
	$("#NavigationBar2").nofNavBar({isMain: true, orientation: "vertical" });
	$("#NavigationBar2 ul").hide();
});


// End Navigation Bars


