Gotcha…easy hack.
In ja.transmenu.css (line 121)
Change from this:
#ja-transmenu li a {
border-right:1px solid #333333;
display:block;
float:left;
padding:0 25px;
text-align:center;
text-decoration:none;
}
To this:
#ja-transmenu li a {
border-right:1px solid #333333;
display:block;
float:left;
padding:0 14px;
text-align:center;
text-decoration:none;
}
That will make the menu nearly perfect….course if you add more menu items you’ll need to reduce it further. But be careful as you can only go so far before the little drop down menu arrow will get pushed behind the text.
Have fun.
John.