$(document).ready(function() {
	$('.topnav').dropmenu(
		{	
			effect:		'slide',
			timeout:	500
		}
	);
});
