Greetings group,

I've installed custom template that I'm installing Category Menu 1.2 to get the slick category menu drop downs without page refresh. I've installed it before with much success, however this template is a bit different in that it has an two "contentMainWrapper" tables and two content areas labeled column-left and column-left2. Basically, two tables stacked on top of each other, like this (apologies as my website is not up yet):

----------------------------------------
| |
|table id="contentMainWrapper2" |
| |
----------------------------------------
| |
| |
|table id="contentMainWrapper" |
-----------------------------------------

I'm no PHP expert, but I read some of the code for Category Menu 1.2 and noticed it seems to be hardcoded to replace the left category side box called "column-left", but in my case I need it to replace "column-left2" since this is the content area at the top. My question is, how can I get Category Menu 1.2 to, for lack of better words, move up a table into the top content area versus the normal content area (column-left2 instead of column-left)?

Thank you,

- NC