If you want to put a vertical separator between your menu items try using this custom css. Change color hexcode as needed.
#navigation .menu > li:after { content: "|"; color: #000; padding-left: 1em; } #navigation .menu > li:last-child::after { display: none; }