$(document).ready(function() {
	$('#sub-navigation > ul').accordion({autoHeight:false, clearStyle: true, active:0});
});

