$(document).ready(function() {
		$("ul#nav").superfish({
			speed: 1
		});
});