<table cellspacing="0" cellpadding="0" border="0" ><tr><td class="ThemeOfficeMenuOuter"
  <table class="ThemeOfficeMenu" cellspacing="here goes the 'mainSpacing' property of the theme">
   
   <!-- A folder item (with sub menu-->
   <tr class="ThemeOfficeMainItem(Hover)">
       <td class="ThemeOfficeMainFolderLeft">
         <!-- here goes the item's icon field
              if no icon field :  the 'mainFolderLeft' property of the theme -->
       </td>
       <td class="ThemeOfficeMainFolderText">
          <!-- here goes the item's main field -->
       </td>
       <td class="ThemeOfficeMainFolderRight">
         <!-- here goes  the 'mainFolderRight' property of the theme -->
       </td>
  </tr>
    
    <!-- A menu separator -->
    <tr class="ThemeOfficeMainItem" >
          <!-- here goes the 'mainHSPlit' property of the theme -->
    </tr>
    
    
    <!-- A normal item (without sub menu-->
    <tr class="ThemeOfficeMainItem(Hover)">
         <td class="ThemeOfficeMainItemLeft">
           <!-- here goes the item's icon field
              if no icon field :  the 'mainItemLeft' property of the theme -->
         </td>
         <td class="ThemeOfficeMainItemText">
            <!-- here goes the item's main field -->
         </td>
         <td class="ThemeOfficeMainItemRight">
            <!-- here goes  the 'mainItemRight' property of the theme -->
         </td>
     </tr>
        
  </table>
</td></tr></table>