Tips to make same width menu elements and Variable width menu elements
To make all li elements of same size in the menu use
<ul class="table-layout:fixed">
To make all li elements of varied size depending on the length of the menu names use <ul class="table-layout:auto">