$(document).ready(function(){
	$("#subNavigation").accordion({
								  active: ".current",
		autoheight:false,
		alwaysOpen:false,
		header: "dt"
	});
});
