/*
** © 2010 Ejwa Software
*/
$(document).ready(function(){var b=$("ul.menu li").not(".selected").css("backgroundPosition").split(" ")[1];$("ul.menu li").not(".selected").hover(function(){a($(this),"right","28px",true)},function(){a($(this),"right","outofsight",false)});$("ul.menu li").not(".selected").click(function(){window.location.href=$(this).find("a:first").attr("href")});$(window).unload(function(){$("ul.menu li").not(".selected").each(function(){a($(this),"right","outofsight",false)})});function a(d,c,g,e){var f=(d.outerHeight()+10)+"px";if(g=="outofsight"){g=f}if(e){d.css("backgroundPosition",c+" "+f);d.animate({backgroundPosition:"("+c+" "+g+")"},250)}else{d.animate({backgroundPosition:"("+c+" "+g+")"},200,function(){d.css("backgroundPosition",c+" "+b);d.children("a").css("backgroundPosition",c+" "+b)})}}});

