Remove dividers in main navigation

http://www.anartiststouchstenciling.com/

Any way to remove the vertical dividers between navigation items?

Hey Gary,

The CSS snippet below should do the trick!

.fl-page-nav .navbar-nav > li > a {
  border-right: none;
}

Ben