var cmThemeSmartGreen =
{
    prefix:	'ThemeSmartGreen',
    // HTML code to the left of the folder item
    mainFolderLeft:'<div style=width: 21px; height: 20px" class="themeSpacerDiv" />',
    // HTML code to the right of the folder item
    mainFolderRight:'<div style="width: 11px; height: 20px" class="themeSpacerDiv" />',
    // HTML code to the left of the regular item
    mainItemLeft:'<div style="width: 21px; height: 20px" class="themeSpacerDiv" />',
    // HTML code to the right of the regular item
    mainItemRight:'<div style="width: 11px; height: 20px" class="themeSpacerDiv" />',
    // HTML code to the left of the folder item
    folderLeft:'<div style="width: 19px; height: 20px" class="themeSpacerDiv" />',
    // HTML code to the right of the folder item
    folderRight:'<div style="width: 14px; height: 20px" class="themeSpacerDiv" />',
    // HTML code to the left of the regular item
    itemLeft:'<div style="width: 19px; height: 20px" class="themeSpacerDiv" />',
    // HTML code to the right of the regular item
    itemRight:'<div style="width: 14px; height: 20px" class="themeSpacerDiv" />',
    // cell spacing for main menu
    manSpacing:0,
    // cell spacing for sub menus
    subSpacing:0,
    // auto dispear time for submenus in milli-seconds
    delay:500
};

// for sub menu horizontal split
var cmThemeSmartGreenHSplit= [_cmNoClick, '<td class="ThemeSmartGreenMenuSplitLeft"><div></div></td><td  class="ThemeSmartGreenMenuSplitText"><div></div></td><td  class="ThemeSmartGreenMenuSplitRight"><div></div></td>'];
// for vertical main menu horizontal split
var cmThemeSmartGreenMainHSplit=[_cmNoClick, '<td class="ThemeSmartGreenMainSplitLeft"><div></div></td><td  class="ThemeSmartGreenMainSplitText"><div></div></td><td  class="ThemeSmartGreenMainSplitRight"><div></div></td>'];
// for horizontal main menu vertical split
var cmThemeSmartGreenMainVSplit=[_cmNoClick, '<div><table height="22" width="10" cellspacing="0"><tr><td class="ThemeSmartGreenHorizontalSplit"><div class="themeSpacerDiv" style=" width: 1px; height: 1px" /></td></tr></table></div>'];

