$(function() {
	$("#list1a").accordion({
		autoheight: false, //should be camel case for 1.3.1. lowercase 1.2.6. safari tested
		active: '.selected',
		header: "a.accordianLink",
		alwaysOpen: false			
	});
	
	
//	$('#memberRentalPackages .contentCol tr td:first-child').addClass("cellHeadLine");
//	$('#equipment .contentCol tr td:first-child').addClass("cellHeadLine");
//	$('#dining .contentCol tr td:first-child').addClass("firstCol");
	

	
});





































