
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="http://localhost/portalv6/ui/styles/Merit/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')
'#ffffff',	// BorderColor ('color')
0,		// Padding
'#ffffff',	// 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
2,		// Padding
'transparent',	// Background ('color','transparent','[image_source]')
'transparent',	// OVER Background
'#5b5b5b',	// Color
'#352f91',	// OVER Color
'11px',		// FontSize (values in CSS valid units - %,em,ex,px,pt)
'tahoma,verdana,arial,helvetica,sans-serif',	// FontFamily
'600',	// 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')
1,		// ItemsSeparatorSize
'solid',	// ItemsSeparatorStyle (border-style valid values)
'#5b5b5b',	// ItemsSeparatorColor ('color','transparent')
0,		// ItemsSeparatorSpacing
true,			// UseSubMenuImage (true,false)
'[arrow.gif]',	// SubMenuImageSource ('[image_source]')
'[arrow.gif]',	// OverSubMenuImageSource
8,			// SubMenuImageWidth
11,			// SubMenuImageHeight
'5',			// SubMenuImageVAlign ('pixels from item top','middle')
'solid',		// VISITED BorderStyle
'ffffff',		// VISITED BorderColor
'[menu.jpg]',		// VISITED Background
'#595854',		// VISITED Color
'none',			// VISITED TextDecoration
'[arrowa.gif]',	// VISITED SubMenuImageSource
'solid',		// CURRENT BorderStyle
'#ffffff',		// CURRENT BorderColor
'[menu.jpg]',		// CURRENT Background
'#848181',		// CURRENT Color
'none',			// CURRENT TextDecoration
'[arrowa.gif]',	// CURRENT SubMenuImageSource
'border-bottom-width:0;padding-right:10;padding-left:10;background-position:right',		// Custom additional CSS for the items (valid CSS)
'border-bottom-width:0;',		// OVER Custom additional CSS for the items (valid CSS)
'border-bottom-width:0;',		// CURRENT Custom additional CSS for the items (valid CSS)
'border-bottom-width:0;'		// 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')
'585752',	// 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
0,		// BorderWidth
'solid',	// BorderStyle (CSS valid values except 'none')
'solid',	// OVER BorderStyle
'585752',	// BorderColor ('color')
'585752',	// OVER BorderColor
4,		// Padding
'#adaeb2',	// Background ('color','transparent','[image_source]')
'#adaeb2',	// OVER Background
'#5b5b5b',	// Color
'#352f91',	// OVER Color
'11px',		// FontSize (values in CSS valid units - %,em,ex,px,pt)
'tahoma,verdana,arial,helvetica,sans-serif',	// FontFamily
'500',	// 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)
'[arrow1.gif]',	// SubMenuImageSource ('[image_source]')
'[arrow1.gif]',	// OverSubMenuImageSource
8,			// SubMenuImageWidth
11,			// SubMenuImageHeight
'5',			// SubMenuImageVAlign ('pixels from item top','middle')
'solid',		// VISITED BorderStyle
'585752',		// VISITED BorderColor
'#adaeb2',		// VISITED Background
'#595854',		// VISITED Color
'none',			// VISITED TextDecoration
'[arrow1.gif]',	// VISITED SubMenuImageSource
'solid',		// CURRENT BorderStyle
'#ffffff',		// CURRENT BorderColor
'#ffffff',		// CURRENT Background
'#ffffff',		// CURRENT Color
'none',			// CURRENT TextDecoration
'[arrow1.gif]',	// CURRENT SubMenuImageSource
'border-bottom-width:1;padding-right:15;padding-left:25;',		// Custom additional CSS for the items (valid CSS)
'border-bottom-width:1;',		// OVER Custom additional CSS for the items (valid CSS)
'border-bottom-width:1;',		// CURRENT Custom additional CSS for the items (valid CSS)
'border-bottom-width:1;'		// VISITED Custom additional CSS for the items (valid CSS)
]];
