I have this jsfiddle http://jsfiddle.net/tara_irvine/DZLTJ/1/ which explains my problem.
I want the menu items along the top to be 20% of the window but I also want
For this you can use css box-sizing for this:
box-sizing
like this:
#nav_1232938 li, .row { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }