/**   Mambo CMS Content Management System					
 *    Version: 5.0											
 *    Release date: 25/08/2003								
 *    Copyright © 2000 - 2003 Miro International Pty Limited
 *    All Rights Reserved.									
**/															

var cmThemeMambo =
{
  	// main menu display attributes
  	//
  	// Note.  When the menu bar is horizontal,
  	// mainFolderLeft and mainFolderRight are
  	// put in <span></span>.  When the menu
  	// bar is vertical, they would be put in
  	// a separate TD cell.

  	// HTML code to the left of the folder item
  	mainFolderLeft: '<img src="images/blank.gif" alt="" height="8" width="8" border="0">',
  	// HTML code to the right of the folder item
  	mainFolderRight: '<img src="images/blank.gif" alt="" height="8" width="8" border="0">',
	// HTML code to the left of the regular item
	mainItemLeft: '<img src="images/blank.gif" alt="" height="8" width="8" border="0">',
	// HTML code to the right of the regular item
	mainItemRight: '<img src="images/blank.gif" alt="" height="8" width="8" border="0">',

	// sub menu display attributes

	// HTML code to the left of the folder item
	folderLeft: '<img src="images/blank.gif" alt="" height="8" width="8" border="0">',
	// HTML code to the right of the folder item
	folderRight: '<img src="images/blank.gif" alt="" height="8" width="8" border="0">',
	// HTML code to the left of the regular item
	itemLeft: '<img src="images/blank.gif" alt="" height="8" width="4" border="0">',
	// HTML code to the right of the regular item
	itemRight: '<img src="images/blank.gif" alt="" height="8" width="8" border="0">',
	// cell spacing for main menu
	mainSpacing: 0,
	// cell spacing for sub menus
	subSpacing: 0,
	// auto dispear time for submenus in milli-seconds
	delay: 100
};

// horizontal split, used only in sub menus
var cmThemeMamboHSplit = [_cmNoAction, '<td colspan="3" style="height: 1px; overflow: hidden"><div class="ThemeMamboMenuSplit"></div></td>'];
// horizontal split, used only in main menu
var cmThemeMamboMainHSplit = [_cmNoAction, '<td colspan="3"><div class="ThemeMamboMenuSplit"></div></td>'];
// vertical split, used only in main menu
var cmThemeMamboMainVSplit = [_cmNoAction, '<div class="ThemeMamboMenuVSplit"></div>'];
