jQuery(function($) {
/** Tutorial, Webseite mit jQuery animieren
 * @requires jQuery v1.3
 * http://olaf-bosch.de/tutorial-webseite-mit-jquery-animieren-teil-1/
 * Copyright (c) 2008-2009 Olaf Bosch (http://olaf-bosch.de/)
 * Dual licensed under the MIT and GPL licenses:
 * http://www.opensource.org/licenses/mit-license.php
 * http://www.gnu.org/licenses/gpl.html
 * $('#nav ul li').ahover({toggleEffect: 'width', moveSpeed: 300, toggleSpeed: 150});
 * Version: 1.0 -
 */

// Animation der oberen Navigation, http://olaf-bosch.de/wp-content/obosch/templates/juery/tutorial-1/navigation.html
    $('#nav ul li').ahover({toggleEffect: 'width', moveSpeed: 300, toggleSpeed: 80000});


});
