$(document).ready(function() {
   // put all your jQuery goodness in here.


// NAV
 $(function() {
    $('#nav').droppy();
  });


 });


/* $(function() {
		$("#sidebar").accordion({
			icons: {
			header: "ui-icon-circle-arrow-e",
			headerSelected: "ui-icon-circle-arrow-s"
			},
			event: "mouseover",
			collapsible: true,
			header: "h3",
			autoHeight: false
		});
	}); */