<script>
;(function (){
$(document).ready(function (){
$('.top-menu .clearfix').children('li').filter(function (index) {
return index !== 4 && index !== 5;
}).each(function (index) {
var width = $(this).width() - 2;
$(this).find('.m-dropdown .m-primary').children('li').width(width);
});
});
})();
</script>
Такое ограничение вызвано потребностью в максимально быстрой загрузке страницы.