/*
JS for Adworx
Produced by: Jürgen Koller [Kollermedia.at] for EB-Marketing
Last Edited: Mai 2010
*/

$(document).ready(function(){
$("#navi li").hover(function(){$(this).addClass("hover")},function(){$(this).removeClass("hover")});

});
