Ok - in the standard Cold Steel stylesheet.css I added
display:inline;
to
#navEZPagesTOC ul li
and to
#navEZPagesTOC ul li a
That fixed the line issue without affecting the footer menu.
Then in #navEZPagesTOC ul changed
line-height: 0.5em;
to
line-height: 1.5em;
All good now - thanks Clyde.
I guess Glenn's advice in post #306 should be incorporated into the stylesheet_footer_menu.css for future releases.
My stylesheet_footer_menu.css now reads in the appropriate places:
#navSuppWrapper ul {
margin:0;padding:0;list-style: none;
}
#navSuppWrapper li {
margin:0;padding:0;
}
#navSuppWrapper li a {
margin:0;
padding-left:2em;
display:block;
}
#navSuppWrapper li a:hover {
background:#FFBD3B;
}
Thanks again folks - great help.