/*
 * Created by Simon Keefe
 * 28/05/10
 * Stops the nav being shown before the javascript includes are show.
 */
 
$(function() {
	$('#smoothmenu1').slideDown('fast');
});