$().ready(function() {
	$('#nav .menu').kwicks({
			max: 130,
			min : 30,
			spacing : 3,
			isVertical : true
		});
});
