Hi@
For the chopped off issue, see post 176 in this thread:
http://www.zen-cart.com/forum/showpo...&postcount=176
You can changed the font and spacing for the bottom footer links with this css tag:
#navCatTabs ul li a, #navSupp ul li a {
text-decoration: none;
padding: 0em 0.9em;
margin: 0;
color: #666;
white-space: nowrap;
}