CoolMenus4 help

Years ago, I had this cool menu from DHTMCENTRAL. I think it was relative aligned but with the advent of screens being so large, is there anyway to fix it so it can be placed within a <DIV>. I think it is relative positioning. Any help would be appreciated. I know the menu looks dated and all, just blue boxes, but I loved him simple it was.

This was the html code:


<?php
$fromleft = $leftalign + 0;
$fromtop = $topalign + 200;
<!-- MENU -->
<script language="JavaScript1.2" src="menu_code.js"></script>
<div style="position: absolute; z-index: 1; left: " . $fromleft . "px; top: " . $fromtop . "px; width: 132px">
  <table cellspacing=0 cellpadding=2 border=0 style="width: 132px">
    <tr>
      <td class="nav" style="height: 302px">&nbsp;</td>
    </tr> 
  </table>
</div>
<!-- -->

It has two small .js files with it, but I am afraid they are too large to paste here. Anyone have any ideas how I can make it position within a <DIV>?