1) Script Title: Sliding Doors Tabs Menu

2) Script URL (on DD): http://www.dynamicdrive.com/style/cs...ors-tabs-menu/

3) Describe problem:

I'm having trouble getting the tabs menu to display inside another div. When I add the menu, it enters another "row" under the section I want it inside of. (See the image)

Here is my code:
Code:
<div class="roundedcornr_box_133584">
   <div class="roundedcornr_top_133584"><div></div></div>
      <div class="roundedcornr_content_133584">
      	<span style="vertical-align:bottom;"> <!-- this makes sure all text or images sits at the bottom of the blue box -->
        &nbsp; <p></p> <!-- this leaves a space between the top of the blue box and the text. -->
 
            <img src="images/logo-crop.png" width="91px" height="75px" /> <!--do not make the logo larger than this size! -->
            
            <!-- these are the navigation buttons -->
           <div id="slidetabsmenu">
                  [!Wayfinder? &startId=`0` &rowTpl=`menuRows` &level=`1` &rowClass=`slidetabsmenu`!] 
           </div>
        
        </span>
 </div>
   <!-- this is the bottom rounded corners for blue -->
</div>