Hey Dennis,
To remove the navbar borders Add this code via Appearance > Customize > Custom > CSS:
.x-nav-tabs > .active > a, .x-nav-tabs > .active > a:hover {
-webkit-box-shadow: none !important;
box-shadow: none !important;
}
Let us know how this goes!