Alternatively, to fix this without changing the formatting of your source code, you can create an additional element.
If you were doing this in a list it would look like:
<ul >
<li>
<a href="#">Solutions Overview</a>
</li>
</ul>
<style type="text/css">
ul {word-spacing:-1em;}
ul li a{word-spacing:0;}
</style>