/*

File: custom.js

For: Oasis Serene



--- TABLE OF CONTENTS ---


1. JMENU



*/



/* 1 * JMENU */
jQuery(document).ready(function() {
    $('.nav ul').jmenu({
	    animation:'fade',
	    duration:300
    });
});
