The only challenge is altering it so I don't duplicate the ID reference on all 5 menu areas (1st 2 shown below).
The reason I've done it this way (and individually positioned the 5 menus) is that in Firefox & Chrome the spacing was thrown out when I had just a single <div></div> so by the time the menu
coding reached the Contact Us while the hover effect was fine in IE, it was more over the Other - for some reason the size of the text is larger in IE. As an example on that point, if you open the home page in IE the hover effect over the Cash Book Software menu goes right to the divider but in Chrome or Firefox it only just covers the wording even though it's same coding...
<div class="menu_drop">
<ul id="css3menu1" class="topmenu">
<li class="topfirst"><a href="index.html" style="height:14px;line-height:18px;">_________</a></li>
</ul>
</div>
<div class="menu_drop2">
<ul id="css3menu1" class="topmenu">
<li class="topfirst"><a href="lcb_software.html" style="height:14px;line-height:18px;">_________________________________</a></li>
</ul>
</div>
....
(a work in progress)