// USE WORDWRAP AND MAXIMIZE THE WINDOW TO SEE THIS FILE
c_styles={};c_menus={}; // do not remove this line

// You can remove most comments from this file to reduce the size if you like.




/******************************************************
	(1) GLOBAL SETTINGS
*******************************************************/

c_hideTimeout=500; // 1000==1 second									(changed from 500 -DP 20090327)
c_subShowTimeout=250; //												(changed from 250 -DP 20090327)
c_keepHighlighted=true; //												(changed from true -DP 20090327)
c_findCURRENT=true; // find the item linking to the current page and apply it the CURRENT style class	(changed from true -DP 20090327)
c_findCURRENTTree=true; //												(changed from true -DP 20090327)
c_overlapControlsInIE=true; //											(changed from true -DP 20090327)
c_rightToLeft=false; // if the menu text should have "rtl" direction (e.g. Hebrew, Arabic)	(changed from false -DP 20090327)




/******************************************************
	(2) MENU STYLES (CSS CLASSES)
*******************************************************/

// You can define different style classes here and then assign them globally to the menu tree(s)
// in section 3 below or set them to any UL element from your menu tree(s) in the page source


c_imagesPath=""; // path to the directory containing the menu images


c_styles['MM']=[ // MainMenu (the shorter the class name the better)
[
// MENU BOX STYLE
0,		// BorderWidth													(changed from 0 -DP 20090327)
'solid',	// BorderStyle (CSS valid values except 'none') 			(changed from solid -DP 20090327) (hidden,dotted,dashed,solid,double,groove,ridge,inset,outset)
'#000000',	// BorderColor ('color')									(changed from #8F90C4 -DP 20090327)
0,		// Padding 														(changed from 0 -DP 20090327)
'#FEB900',	// Background ('color','transparent','[image_source]') 		(changed from #CBCBEF -DP 20090327)
'',		// IEfilter (only transition filters work well - not static filters)
''		// Custom additional CSS for the menu box (valid CSS)
],[
// MENU ITEMS STYLE
3,		// BorderWidth													(changed from 1 -DP 20090327)
'solid',	// BorderStyle (CSS valid values except 'none') 			(changed from solid -DP 20090327) (hidden,dotted,dashed,solid,double,groove,ridge,inset,outset)
'solid',	// OVER BorderStyle											(changed from solid -DP 20090327)
'#003366',	// BorderColor ('color')									(changed from #FFF5C6 -DP 20090327)
'#003366',	// OVER BorderColor											(changed from #4D4C76 -DP 20090327)
9,		// Padding														(changed from 4 -DP 20090327)
'#FEB900',	// Background ('color','transparent','[image_source]')		(changed from #FFF5C6 -DP 20090327)
'#003366',	// OVER Background											(changed from #CBCBEF -DP 20090327)
'#003366',	// Color i.e. text color									(changed from #252455 -DP 20090327)
'#FEB900',	// OVER Color												(changed from #000000 -DP 20090327)
'15px',		// FontSize (values in CSS valid units - %,em,ex,px,pt)		(changed from 12px -DP 20090327)
'verdana,arial,helvetica,sans-serif',	// FontFamily					(changed from verdana,arial,helvetica,sans-serif -DP 20090327)
'bold',		// FontWeight (CSS valid values - 'bold','normal','bolder','lighter','100',...,'900')	(changed from bold -DP 20090327)
'none',		// TextDecoration (CSS valid values - 'none','underline','overline','line-through')		(changed from none -DP 20090327)
'none',		// OVER TextDecoration										(changed from none -DP 20090327)
'left',		// TextAlign ('left','center','right','justify')			(changed from left -DP 20090327)
2,		// ItemsSeparatorSize											(changed from 1 -DP 20090327)
'solid',	// ItemsSeparatorStyle (border-style valid values)			(changed from solid -DP 20090327)
'transparent',	// ItemsSeparatorColor ('color','transparent')				(changed from #CBCBEF -DP 20090327)
0,		// ItemsSeparatorSpacing										(changed from 0 -DP 20090327)
true,			// UseSubMenuImage (true,false)							(changed from true -DP 20090327)
'[arrow_horizontal_blueOnYellow_14x14.gif]',	// SubMenuImageSource ('[image_source]')			(changed from h_arrow.gif -DP 20090327)
'[arrow_horizontal_yellowOnBlue_14x14.gif]',	// OverSubMenuImageSource						(changed from h_arrow_over.gif -DP 20090327)
14,			// SubMenuImageWidth										(changed from 7 -DP 20090327)
14,			// SubMenuImageHeight										(changed from 4 -DP 20090327)
'20',			// SubMenuImageVAlign ('pixels from item top','middle')	(changed from 10 -DP 20090327)
'solid',		// VISITED BorderStyle									(changed from solid -DP 20090327)
'#003366',		// VISITED BorderColor									(changed from #FFF5C6 -DP 20090327)
'#FEB900',		// VISITED Background									(changed from #FFF5C6 -DP 20090327)
'#003366',		// VISITED Color										(changed from #252455 -DP 20090327)
'none',			// VISITED TextDecoration								(changed from none -DP 20090327)
'[arrow_horizontal_blueOnYellow_14x14.gif]',	// VISITED SubMenuImageSource						(changed from h_arrow.gif -DP 20090327)
'solid',		// CURRENT BorderStyle									(changed from solid -DP 20090327)
'#003366',		// CURRENT BorderColor									(changed from #CBCBEF -DP 20090327)
'#003366',		// CURRENT Background									(changed from #FFFBF0 -DP 20090327)
'#FEB900',		// CURRENT Color										(changed from #252455 -DP 20090327)
'none',			// CURRENT TextDecoration								(changed from none -DP 20090327)
'[arrow_horizontal_yellowOnBlue_14x14.gif]',	// CURRENT SubMenuImageSource						(changed from h_arrow.gif -DP 20090327)
'',		// 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
1,		// BorderWidth
'solid',	// BorderStyle (CSS valid values except 'none')				(changed from solid -DP 20090327)
'#003366',	// BorderColor ('color')									(changed from #4D4C76 -DP 20090327)
0,		// Padding														(changed from 3 -DP 20090327)
'#FEB900',	// Background ('color','transparent','[image_source]')		(changed from #FFF5C6 -DP 20090327)
'',		// IEfilter (only transition filters work well - not static filters)
''		// Custom additional CSS for the menu box (valid CSS)
],[
// MENU ITEMS STYLE
1,		// BorderWidth													(changed from 1 -DP 20090327)
'solid',	// BorderStyle (CSS valid values except 'none')				(changed from solid -DP 20090327)
'solid',	// OVER BorderStyle											(changed from solid -DP 20090327)
'#FEB900',	// BorderColor ('color')									(changed from #FFF5C6 -DP 20090327)
'#FEB900',	// OVER BorderColor											(changed from #4D4C76 -DP 20090327)
5,		// Padding														(changed from 3 -DP 20090327)
'#FEB900',	// Background ('color','transparent','[image_source]')		(changed from #FFF5C6 -DP 20090327)
'#003366',	// OVER Background											(changed from #CBCBEF -DP 20090327)
'#003366',	// Color													(changed from #252455 -DP 20090327)
'#FEB900',	// OVER Color												(changed from #000000 -DP 20090327)
'12px',		// FontSize (values in CSS valid units - %,em,ex,px,pt)		(changed from 12px -DP 20090327)
'verdana,arial,helvetica,sans-serif',	// FontFamily					(changed from verdana,arial,helvetica,sans-serif -DP 20090327)
'bold',	// FontWeight (CSS valid values - 'bold','normal','bolder','lighter','100',...,'900')	(changed from normal -DP 20090327)
'none',		// TextDecoration (CSS valid values - 'none','underline','overline','line-through')		(changed from none -DP 20090327)
'none',		// OVER TextDecoration										(changed from none -DP 20090327)
'left',		// TextAlign ('left','center','right','justify')			(changed from left -DP 20090327)
0,		// ItemsSeparatorSize											(changed from 0 -DP 20090327)
'solid',	// ItemsSeparatorStyle (border-style valid values)			(changed from solid -DP 20090327)
'#CBCBEF',	// ItemsSeparatorColor ('color','transparent')				(changed from #CBCBEF -DP 20090327)
2,		// ItemsSeparatorSpacing										(changed from 2 -DP 20090327)
true,			// UseSubMenuImage (true,false)							(changed from true -DP 20090327)
'[arrow_vertical_blueOnYellow_14x14.gif]',	// SubMenuImageSource ('[image_source]')			(changed from v_arrow.gif -DP 20090327)
'[arrow_vertical_yellowOnBlue_14x14.gif]',	// OverSubMenuImageSource						(changed from v_arrow_over.gif -DP 20090327)
14,			// SubMenuImageWidth										(changed from 7 -DP 20090327)
14,			// SubMenuImageHeight										(changed from 7 -DP 20090327)
'6',			// SubMenuImageVAlign ('pixels from item top','middle')	(changed from 7 -DP 20090327)
'solid',		// VISITED BorderStyle									(changed from solid -DP 20090327)
'#FEB900',		// VISITED BorderColor									(changed from #FFF5C6 -DP 20090327)
'#FEB900',		// VISITED Background									(changed from #FFF5C6 -DP 20090327)
'#003366',		// VISITED Color										(changed from #252455 -DP 20090327)
'none',			// VISITED TextDecoration								(changed from none -DP 20090327)
'[arrow_vertical_blueOnYellow_14x14.gif]',	// VISITED SubMenuImageSource						(changed from v_arrow.gif -DP 20090327)
'solid',		// CURRENT BorderStyle									(changed from solid -DP 20090327)
'#003366',		// CURRENT BorderColor									(changed from #CBCBEF -DP 20090327)
'#003366',		// CURRENT Background									(changed from #FFFBF0 -DP 20090327)
'#FEB900',		// CURRENT Color										(changed from #252455 -DP 20090327)
'none',			// CURRENT TextDecoration								(changed from none -DP 20090327)
'[arrow_vertical_yellowOnBlue_14x14.gif]',	// CURRENT SubMenuImageSource
'',		// 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)
]];




/******************************************************
	(3) MENU TREE FEATURES
*******************************************************/

// Normally you would probably have just one menu tree (i.e. one main menu with sub menus).
// But you are actually not limited to just one and you can have as many menu trees as you like.
// Just copy/paste a config block below and configure it for another UL element if you like.


c_menus['Menu1']=[ // the UL element with id="Menu1"
[
// MAIN-MENU FEATURES
'horizontal',	// ItemsArrangement ('vertical','horizontal')			(changed from horizontal -DP 20090327)
'absolute',	// Position ('relative','absolute','fixed') 				(changed from absolute to relative -DP 200903251436)
'0em',		// X Position (values in CSS valid units- px,em,ex) 		(changed from 2em to 0em -DP 200903251436)
'148px',		// Y Position (values in CSS valid units- px,em,ex) 		(changed from 2em to 1em -DP 200903251436)
false,		// RightToLeft display of the sub menus						(changed from false -DP 20090327)
false,		// BottomToTop display of the sub menus						(changed from false -DP 20090327)
0,		// X SubMenuOffset (pixels)										(changed from 0 -DP 20090327)
0,		// Y SubMenuOffset												(changed from 0 -DP 20090327)
'10em',		// Width (values in CSS valid units - px,em,ex) (matters for main menu with 'vertical' ItemsArrangement only) (changed from 10em -DP 20090327)
'MM',		// CSS Class (one of the defined in section 2)				(changed from MM -DP 20090327)
false		// Open sub-menus onclick (default is onmouseover)			(changed from false -DP 20090327)
],[
// SUB-MENUS FEATURES
5,		// X SubMenuOffset (pixels)										(changed from 5-DP 20090327)
1,		// Y SubMenuOffset												(changed from 1 -DP 20090327)
'auto',		// Width ('auto',values in CSS valid units - px,em,ex)		(changed from auto -DP 20090327)
'100',		// MinWidth ('pixels') (matters/useful if Width is set 'auto') (changed from 100 -DP 20090327)
'400',		// MaxWidth ('pixels') (matters/useful if Width is set 'auto') (changed from 300 -DP 20090327)
'SM',		// CSS Class (one of the defined in section 2)				(changed from SM -DP 20090327)
false		// Open sub-menus onclick (default is onmouseover)			(changed from false -DP 20090327)
]];