// JavaScript Document
$(document).ready(function() {
	$('#navigation > ul').tabs({ fx: { height: 'toggle', opacity: 'toggle' } });
});
