$(document.body).ready(
	function()
	{
		$('#nav').droppy({speed: 100});					
	}
);
