$(function() {
    //$('#nav').droppy();
	/*
	$("#mainMenu").click(function () {
		$("#subMenu").show();
		
		return false;
	});
	*/
});

