<table class="ThemeOfficeMenuOuter" >
<tr>
<!-- A folder item (with sub menu) -->
<td>
<table class="ThemeOfficeMenu" cellspacing="here goes the 'mainSpacing' property of the theme">
<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>
</table>
</td>
<!-- A menu separator -->
<td class="ThemeOfficeMainItem">
<!-- here goes the 'mainVSPlit' property of the theme -->
</td>
<!-- A normal item (without sub menu) -->
<td>
<table class="ThemeOfficeMenu" cellspacing="here goes the 'mainSpacing' property of the theme">
<tr class="ThemeOfficeMenuItem(Hover)">
<td class="ThemeOfficeMainItemLeft">
<!-- here goes the item's icon field
if no icon field : the 'folderLeft' property of the theme -->
</td>
<td class="ThemeOfficeMainItemText">
<!-- here goes the item's main field -->
</td>
<td class="ThemeOfficeMainItemRight">
<!-- here goes the 'folderRight' property of the theme -->
</td>
</tr>
</table>
</td>
</tr>
</table>
|