Hi,
Look at the style.css and find this code:
.main-navigation {
clear: both;
display: block;
float: left;
width: 100%;
font-family: 'Oswald', sans-serif;
font-weight: 300;
padding: 0 30px;
background-color: #fff;
border-top: 3px solid #444;
border-bottom: 3px solid #444;
border-left: 1px solid #ebebeb;
border-right: 1px solid #ebebeb;
Change border-top and border-botton (color 444) to the color you want.
I hope this is what you mean!
Thank you! thats exactly what I was after!