Удалить границу с последнего ребенка CSS
.menu li:last-child {
border: none;
}
Confused Chinchilla
.menu li:last-child {
border: none;
}