Перейти в стили строки 369-387:
.nav-row {
min-height: 60px;
background: #5e4234;
background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #5e4234), color-stop(1, #876f62));
background: -moz-linear-gradient(center bottom, #5e4234 0%, #876f62 100%);
background: -o-linear-gradient(#876f62, #5e4234);
position: relative;
z-index: 10;
}
.nav-row:after {
content: '';
position: absolute;
display: block;
bottom: -5px;
left: 0;
width: 100%;
height: 6px;
background: url("/.s/t/1131/nav-bd.png") repeat-x 0 0;
}
удалить выделенное и готово, не забудьте кеш очистить.