c_styles={};c_menus={}; // do not remove this line

/******************************************************
	(1) GLOBAL SETTINGS
*******************************************************/

c_hideTimeout=500; // 1000==1 second
c_subShowTimeout=300;
c_keepHighlighted=true;
c_findCURRENT=false; // find the item linking to the current page and apply it the CURRENT style class
c_findCURRENTTree=true;
c_overlapControlsInIE=true;
c_rightToLeft=true; // if the menu text should have "rtl" direction (e.g. Hebrew, Arabic)

/******************************************************
	(2) MENU STYLES (CSS CLASSES)
*******************************************************/

c_imagesPath="/portal/ui/styles/Default/images/"; // path 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')
'8CADDA',	// BorderColor ('color')
0,		// Padding
'#6586CD',	// 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
1,		// BorderWidth
'solid',	// BorderStyle (CSS valid values except 'none')
'solid',	// OVER BorderStyle
'#ffffff',	// BorderColor ('color')
'#ffffff',	// OVER BorderColor
4,		// Padding
'#B5C9E4',	// Background ('color','transparent','[image_source]')
'#8CADDA',	// OVER Background
'#000000',	// Color
'#000000',	// OVER Color
'11px',		// FontSize (values in CSS valid units - %,em,ex,px,pt)
'tahoma,verdana,arial,helvetica,sans-serif',	// FontFamily
'400',	// FontWeight (CSS valid values - 'bold','normal','bolder','lighter','100',...,'900')
'none',		// TextDecoration (CSS valid values - 'none','underline','overline','line-through')
'none',		// OVER TextDecoration
'right',		// TextAlign ('left','center','right','justify')
0,		// ItemsSeparatorSize
'solid',	// ItemsSeparatorStyle (border-style valid values)
'#999999',	// ItemsSeparatorColor ('color','transparent')
0,		// ItemsSeparatorSpacing
true,			// UseSubMenuImage (true,false)
'[arrowb.gif]',	// SubMenuImageSource ('[image_source]')
'[arrowa.gif]',	// OverSubMenuImageSource
8,			// SubMenuImageWidth
11,			// SubMenuImageHeight
'5',			// SubMenuImageVAlign ('pixels from item top','middle')
'solid',		// VISITED BorderStyle
'ffffff',		// VISITED BorderColor
'#B5C9E4',		// VISITED Background
'#000000',		// VISITED Color
'none',			// VISITED TextDecoration
'[arrowb.gif]',	// VISITED SubMenuImageSource
'solid',		// CURRENT BorderStyle
'#ffffff',		// CURRENT BorderColor
'#B5C9E4',		// CURRENT Background
'#000000',		// CURRENT Color
'none',			// CURRENT TextDecoration
'[arrowb.gif]',	// CURRENT SubMenuImageSource
'border-bottom-width:0px;padding-right:5px;background-position:right',		// Custom additional CSS for the items (valid CSS)
'border-bottom-width:0px;',		// OVER Custom additional CSS for the items (valid CSS)
'border-bottom-width:0px;',		// CURRENT Custom additional CSS for the items (valid CSS)
'border-bottom-width:0px;'		// 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')
'#ffffff',	// BorderColor ('color')
0,		// Padding
'#B5C9E4',	// 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
'#ffffff',	// BorderColor ('color')
'#ffffff',	// OVER BorderColor
4,		// Padding
'#B5C9E4',	// Background ('color','transparent','[image_source]')
'#8CADDA',	// OVER Background
'#000000',	// Color
'#000000',	// OVER Color
'11px',		// FontSize (values in CSS valid units - %,em,ex,px,pt)
'',	// FontFamily
'400',	// FontWeight (CSS valid values - 'bold','normal','bolder','lighter','100',...,'900')
'none',		// TextDecoration (CSS valid values - 'none','underline','overline','line-through')
'none',		// OVER TextDecoration
'Right',		// TextAlign ('left','center','right','justify')
0,		// ItemsSeparatorSize
'solid',	// ItemsSeparatorStyle (border-style valid values)
'#999999',	// ItemsSeparatorColor ('color','transparent')
0,		// ItemsSeparatorSpacing
true,			// UseSubMenuImage (true,false)
'[arrowb.gif]',	// SubMenuImageSource ('[image_source]')
'[arrowa.gif]',	// OverSubMenuImageSource
8,			// SubMenuImageWidth
11,			// SubMenuImageHeight
'middle',			// SubMenuImageVAlign ('pixels from item top','middle')
'solid',		// VISITED BorderStyle
'ffffff',		// VISITED BorderColor
'#B5C9E4',		// VISITED Background
'#000000',		// VISITED Color
'none',			// VISITED TextDecoration
'[arrowb.gif]',	// VISITED SubMenuImageSource
'solid',		// CURRENT BorderStyle
'#8CADDA',		// CURRENT BorderColor
'#B5C9E4',		// CURRENT Background
'#ffffff',		// CURRENT Color
'none',			// CURRENT TextDecoration
'[arrowb.gif]',	// CURRENT SubMenuImageSource
'border-bottom-width:1px;white-space:nowrap',		// Custom additional CSS for the items (valid CSS)
'border-bottom-width:1px;',		// OVER Custom additional CSS for the items (valid CSS)
'border-bottom-width:1px;',		// CURRENT Custom additional CSS for the items (valid CSS)
'border-bottom-width:1px;'		// VISITED Custom additional CSS for the items (valid CSS)
]];
