// JavaScript Document

$(document).ready(function() {
	$('#nav li').ahover({toggleEffect: 'height'});
});
