
var t=0; 
jQuery(".menubar > ul").children("li.level1").each(function()
{
t+= jQuery(this).width();
});

jQuery(".menubar").width(t+46);
jQuery(".menubar-m").width(t);

