I opened the Nav example which comes with the standard Bootstrap download (bootstrap-3.0.0\\examples\\navbar\\index.html) and added vertical dividers between two of the links.>
Here is some LESS for you, in case you customize the navbar:
.navbar .divider-vertical { height: floor(@navbar-height - @navbar-margin-bottom); margin: floor(@navbar-margin-bottom / 2) 9px; border-left: 1px solid #f2f2f2; border-right: 1px solid #ffffff; }