$(function() {
	$('#navigation').dropmenu({
		animation:'slideDown',
		animationDuration:150,
		subnavOpacity:100
	});
});

