The difficulty is that the navbar is part of the header and the sidebar is part of #contentMainWrapper. You could theoretically give #navColumnTwo or #navColumnTwoWrapper a margin-top: -25px;, but IE doesn't like that - it apparently believes that no element should be able to stick out of its box.
works in Firefox...Code:#navColumnTwo { position: relative; top: -25px; }
With your site down for maintenance, I can't test it directly.
I noticed that the link in your name/profile includes a zenid - this is a bad thing... you should prune that.



