Those items are automatically floated to the left, so….no.
However, you can try adding this to your custom CSS or child theme style sheet:
#nav li {
width: 150px;
}
and trying different values for width until you get them spaced out. Remember that if you add additional items to the menu, you will need to change this value.
Looks weird and ugly on my site, however. Additional styling may be needed.