$(document).ready(function() {
	$('#navigation').accordion({
        initShow : 'ul.current' //the initially expanded section (optional)
    });
});
