if((typeof jQuery)=="function"){(function($){$.fn.dodMainMenu=function(){return this.each(function(){var h=$(this);var j=h.children("ul.Menu");var k=j.children("li.MenuItem");var l=0;k.each(function(i){function hideSubMenu(){c.removeClass("MenuItemSelected");e.hide()}function showSubMenu(){c.addClass("MenuItemSelected");var a=e.outerWidth();var b=d.outerWidth();if(i>(k.length/1)){if(a>b){e.css("left",-(a-b))}}e.fadeIn(250)}var c=$(this);var d=c.children("a");var e=c.children("ul.SubMenu");var f=e.children("li.MenuItem");var g;l+=c.width();c.bind("hide",hideSubMenu);c.bind("show",showSubMenu);f.css("width",e.innerWidth());d.bind("mouseenter focusin",function(){k.not(c).trigger("hide");clearTimeout(g);c.trigger("show")});d.add(e).bind("mouseleave focusout",function(){g=setTimeout(hideSubMenu,500)});e.bind("mouseenter focusin",function(){clearTimeout(g)})});if(l<h.width()){var m=h.width()-l;var n=m/k.length;n+=(n/k.length)-4;k.children("a").not("a:last").css("margin-right",n+"px")}else{h.css("width",(l+30)+"px")}})}})(jQuery)}
