| 
<div class="ThemeOfficeSubMenu" ><table class="ThemeOfficeSubMenuTable" cellspacing="0">
 <!-- A folder item (with sub menu) -->
 <tr class="ThemeOfficeMenuItem(Hover)">
 <td class="ThemeOfficeMenuFolderLeft">
 <!-- here goes the item's icon field
 if no icon field :  the 'folderLeft' property of the theme -->
 </td>
 <td class="ThemeOfficeMenuFolderText">
 <!-- here goes the item's main field -->
 </td>
 <td class="ThemeOfficeMenuFolderRight">
 <!-- here goes  the 'folderRight' property of the theme -->
 </td>
 </tr>
 
 <!-- A menu separator -->
 <tr class="ThemeOfficeMenuItem(Hover)" >
 <!-- here goes the 'subHSPlit' property of the theme -->
 </tr>
 
 
 <!-- A normal item (without sub menu) -->
 <tr class="ThemeOfficeMenuItem">
 <td class="ThemeOfficeMenuItemLeft">
 <!-- here goes the item's icon field
 if no icon field:  the 'itemLeft' property of the theme -->
 </td>
 <td class="ThemeOfficeMenuItemText">
 <!-- here goes the item's main field -->
 </td>
 <td class="ThemeOfficeMenuItemRight">
 <!-- here goes  the 'itemRight' property of the theme -->
 </td>
 </tr>
 </table>
 </div>
 
 |