Sorry for the late reply - It was a busy weekend ...
This happens because you have removed the [+] mainmenu node, but it still keeps a space until the next character ... Try this:
1. Go to your admin -> themes -> edit your theme -> edit theme STYLESHEET
2. In your theme stylesheet, locate the style .mainmenu_title, and set margin-left to 5px:
.mainmenu_title {
margin-left: 5px;
...
}
This should equalize so that the other titles are aligned with the ones that originally had the [+] node. You may have to adjust the number depending on what font you are using.