how to make the links in the cube to break into two line
i tried giving the br tag between two words in the cube
http://jsfiddle.net/VXXPC/23/embedded/result/
<div style="height: 65px;">
<div style="padding-bottom:14px;">
<nav style="margin-left: 362px;">
<a class="soCube" href="/html/">Customer Profile</a>
<a class="poCube" href="/css/">SO</a>
<a class="bomCube" href="/js/">Quote</a>
<a class="rmaCube" href="/jquery/">Invoices</a>
<a class="onOrderCube" href="/html/">Credit Memo</a>
<a class="onHandCube" href="/html/">RMA</a>
<a class="allocatedCube" href="/html/">Open AR</a>
<a class="shippedCube" href="/html/">Payment</a>
</nav>
</div>
</div>
How about changing it a bit and putting it into a list?
And then styling:
I modified some of your dimensions, so I could tweak it better, but you can get the idea.
Here is the fiddle JsFiddle