Hi Joey!
Thanks for the swift reply!
That worked just fine! :-)
I just eliminated the width:200px; since I wanted to adjust to the widest
element of the menu.
> td.menu a {
> display:block;
> width:200px;
> height:30px;
> line-height:30px;
> vertical-align:middle;
> background: #f00;
> color: #ff0:
> }
...
Thanks again!
Jochen