$(document).ready(function() {
	$(function(){
		$('ul a').collapsor({speed: 250});
	});
});

