Nevermind found it ??
Changed the color to #ffffff
If you put border-left like it was it will not be pretty, it will make two borders in the same place and be like 2px bar, so just changed it to right and it was ok ??
.navbar_inner > div > ul > li,
.navbar_inner > ul > li {
float: left;
border: none;
margin: 0;
height: 52px;
border-right: 1px solid #ffffff;
}