// GLOBAL SETTINGS
c_styles={};
c_menus={};
c_hideTimeout=500; // 1000==1 second
c_subShowTimeout=100;
c_keepHighlighted=true;
c_findCURRENT=false; // find the item linking to the current page and apply it the CURRENT style
c_findCURRENTTree=true;
c_overlapControlsInIE=true;


// MENU STYLES (CSS CLASSES)
c_imagesPath = THEME_PATH + "/images/"; // pathk to the directory containing the menu images

c_styles['MM']=[ // MainMenu (the shorter the class name the better)
[
// MENU BOX STYLE
0,		// BorderWidth
'solid',	// BorderStyle (CSS valid values except 'none')
'#fff',	// BorderColor ('color')
0,		// Padding
'transparent',	// Background ('color','transparent','[image_source]')
'',		// IEfilter (only transition filters work well - not static filters)
''		// Custom additional CSS for the menu box (valid CSS)
],[
// MENU ITEMS STYLE
0,		// BorderWidth
'solid',	// BorderStyle (CSS valid values except 'none')
'solid',	// OVER BorderStyle
'#fff',	// BorderColor ('color')
'#fff',	// OVER BorderColor
0,		// Padding
'transparent',	// Background ('color','transparent','[image_source]')
'transparent',	// OVER Background
'#070731',	// Color
'white',	// OVER Color
'inherit',		// FontSize (values in CSS valid units - %,em,ex,px,pt)
'Microsoft Sans Serif',	// FontFamily
'inherit',		// FontWeight (CSS valid values - 'bold','normal','bolder','lighter','100',...,'900')
'inherit',		// TextDecoration (CSS valid values - 'none','underline','overline','line-through')
'inherit',		// OVER TextDecoration
'left',		// TextAlign ('left','center','right','justify')
0,		// ItemsSeparatorSize
'solid',	// ItemsSeparatorStyle (border-style valid values)
'transparent',	// ItemsSeparatorColor ('color','transparent')
0,		// ItemsSeparatorSpacing
false,			// UseSubMenuImage (true,false)
'',	// SubMenuImageSource ('[image_source]')
'',	// OverSubMenuImageSource
0,			// SubMenuImageWidth
0,			// SubMenuImageHeight
'',		// SubMenuImageVAlign ('pixels from item top','middle')
'solid',		// VISITED BorderStyle
'#fff',		// VISITED BorderColor
'transparent',		// VISITED Background
'inherit',		// VISITED Color
'inherit',			// VISITED TextDecoration
'',	// VISITED SubMenuImageSource
'solid',		// CURRENT BorderStyle
'#fff',		// CURRENT BorderColor
'transparent',		// CURRENT Background
'inherit',		// CURRENT Color
'inherit',			// CURRENT TextDecoration
'',	// CURRENT SubMenuImageSource
'text-transform: uppercase;',		// Custom additional CSS for the items (valid CSS)
'',		// OVER Custom additional CSS for the items (valid CSS)
'',		// CURRENT Custom additional CSS for the items (valid CSS)
''		// VISITED Custom additional CSS for the items (valid CSS)
]];

c_styles['SM']=[ // SubMenus
[
// MENU BOX STYLE
0,		// BorderWidth
'solid',	// BorderStyle (CSS valid values except 'none')
'#fff',	// BorderColor ('color')
0,		// Padding
'#8CA1AF',	// Background ('color','transparent','[image_source]')
'',		// IEfilter (only transition filters work well - not static filters)
''		// Custom additional CSS for the menu box (valid CSS)
],[
// MENU ITEMS STYLE
0,		// BorderWidth
'solid',	// BorderStyle (CSS valid values except 'none')
'solid',	// OVER BorderStyle
'#fff',	// BorderColor ('color')
'#fff',	// OVER BorderColor
0,		// Padding
'##8CA1AF',	// Background ('color','transparent','[image_source]')
'#070731',	// OVER Background
'#070731',	// Color
'white',	// OVER Color
'inherit',		// FontSize (values in CSS valid units - %,em,ex,px,pt)
'inherit',	// FontFamily
'inherit',	// FontWeight (CSS valid values - 'bold','normal','bolder','lighter','100',...,'900')
'none',		// TextDecoration (CSS valid values - 'none','underline','overline','line-through')
'none',		// OVER TextDecoration
'left',		// TextAlign ('left','center','right','justify')
0,		// ItemsSeparatorSize
'solid',	// ItemsSeparatorStyle (border-style valid values)
'transparent',	// ItemsSeparatorColor ('color','transparent')
0,		// ItemsSeparatorSpacing
true,			// UseSubMenuImage (true,false)
'[arrowSmartMenus.gif]',	// SubMenuImageSource ('[image_source]')
'[arrowSmartMenus_hi.gif]',	// OverSubMenuImageSource
18,			// SubMenuImageWidth
10,			// SubMenuImageHeight
'middle',		// SubMenuImageVAlign ('pixels from item top','middle')
'solid',		// VISITED BorderStyle
'#fff',		// VISITED BorderColor
'inherit',		// VISITED Background
'inherit',		// VISITED Color
'none',			// VISITED TextDecoration
'[arrowSmartMenus.gif]',	// VISITED SubMenuImageSource
'solid',		// CURRENT BorderStyle
'#fff',		// CURRENT BorderColor
'transparent',		// CURRENT Background
'inherit',		// CURRENT Color
'none',			// CURRENT TextDecoration
'',	// CURRENT SubMenuImageSource
'text-transform: none;padding: 5px 6px 4px 6px;border-bottom: 1px solid white;', // Custom additional CSS for the items (valid CSS)
'text-transform: none;border-bottom: 1px solid white;border-bottom: 1px solid white;', // OVER Custom additional CSS for the items (valid CSS)
'text-transform: none;border-bottom: 1px solid white;', // CURRENT Custom additional CSS for the items (valid CSS)
'text-transform: none;border-bottom: 1px solid white;' // VISITED Custom additional CSS for the items (valid CSS)
]];


// (3) MENU TREE FEATURES
c_menus['SM1']=[ // the UL element with id="SM1"
[
// MAIN-MENU FEATURES
'horizontal',	// ItemsArrangement ('vertical','horizontal')
'relative',	// Position ('relative','absolute','fixed','popup') ('popup' will be supported through an add-on)
'',		// X Position (values in CSS valid units- px,em,ex -OR- 'pixels','JS_expression' for 'popup' menus) "Real" position + 16px for no-script case!!!
'0px',		// Y Position (values in CSS valid units- px,em,ex -OR- 'pixels','JS_expression' for 'popup' menus)
false,		// RightToLeft display of the sub menus
false,		// BottomToTop display of the sub menus
0,		// X SubMenuOffset (pixels)
8,		// Y SubMenuOffset
'',		// Width (values in CSS valid units - px,em,ex) (for main menu with 'vertical' ItemsArrangement only)
'MM',		// CSS Class (one of the defined in section 2)
false		// Open sub-menus onclick (default is onmouseover)
],[
// SUB-MENUS FEATURES
0,		// X SubMenuOffset (pixels)
0,		// Y SubMenuOffset
'auto',		// Width ('auto',values in CSS valid units - px,em,ex)
'50',		// MinWidth ('pixels') (matters/useful if Width is set 'auto')
'300',		// MaxWidth ('pixels') (matters/useful if Width is set 'auto')
'SM',		// CSS Class (one of the defined in section 2)
false		// Open sub-menus onclick (default is onmouseover)
]];