// 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
c_subShowTimeout=250;
c_keepHighlighted=true;
c_findCURRENT=true; // 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_styles['MM1']=[ // MainMenu (the shorter the class name the better)
[
// MENU BOX STYLE
0,		// BorderWidth
'solid',	// BorderStyle (CSS valid values except 'none')
'red',	// 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
'',	// BorderStyle (CSS valid values except 'none')
'',	// OVER BorderStyle
'',	// BorderColor ('color')
'',	// OVER BorderColor
0,		// Padding
'transparent',	// Background ('color','transparent','[image_source]')
'transparent',	// OVER Background
'#ffffff',	// Color
'#fead95',	// OVER Color
'110%',		// FontSize (values in CSS valid units - %,em,ex,px,pt)
'verdana,arial,helvetica,sans-serif',	// FontFamily
'bold',		// FontWeight (CSS valid values - 'bold','normal','bolder','lighter','100',...,'900')
'none',		// TextDecoration (CSS valid values - 'none','underline','overline','line-through')
'none',		// OVER TextDecoration
'center',		// 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
'',		// VISITED BorderColor
'transparent',		// VISITED Background
'#ffffff',		// VISITED Color
'none',			// VISITED TextDecoration
'',	// VISITED SubMenuImageSource
'solid',		// CURRENT BorderStyle
'',		// CURRENT BorderColor
'transparent',		// CURRENT Background
'#fead95',		// CURRENT Color
'none',			// CURRENT TextDecoration
'',	// CURRENT SubMenuImageSource
'height:39px; line-height:2.8em; padding:0px 15px 0px 15px;',		// Custom additional CSS for the items (valid CSS)
'height:39px; line-height:2.8em; padding:0px 15px 0px 15px;',		// OVER Custom additional CSS for the items (valid CSS)
'height:39px; line-height:2.8em; padding:0px 15px 0px 15px;',		// CURRENT Custom additional CSS for the items (valid CSS)
'height:39px; line-height:2.8em; padding:0px 15px 0px 15px;'		// VISITED Custom additional CSS for the items (valid CSS)
]];

c_styles['MM2']=[ // MainMenu (the shorter the class name the better)
[
// MENU BOX STYLE
0,		// BorderWidth
'solid',	// BorderStyle (CSS valid values except 'none')
'red',	// 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
'#ffffff',	// BorderColor ('color')
'#ffffff',	// OVER BorderColor
0,		// Padding
'#d4c2fb',	// Background ('color','transparent','[image_source]')
'#f3f3f3',	// OVER Background
'#ffffff',	// Color
'#214624',	// OVER Color
'100%',		// FontSize (values in CSS valid units - %,em,ex,px,pt)
'verdana,arial,helvetica,sans-serif',	// FontFamily
'bold',		// FontWeight (CSS valid values - 'bold','normal','bolder','lighter','100',...,'900')
'none',		// TextDecoration (CSS valid values - 'none','underline','overline','line-through')
'none',		// OVER TextDecoration
'center',		// 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
'12',			// SubMenuImageVAlign ('pixels from item top','middle')
'solid',		// VISITED BorderStyle
'#ffffff',		// VISITED BorderColor
'#d4c2fb',		// VISITED Background
'#ffffff',		// VISITED Color
'none',			// VISITED TextDecoration
'',	// VISITED SubMenuImageSource
'solid',		// CURRENT BorderStyle
'#ffffff',		// CURRENT BorderColor
'#f3f3f3',		// CURRENT Background
'#214624',		// CURRENT Color
'none',			// CURRENT TextDecoration
'',	// CURRENT SubMenuImageSource
'height:26px; line-height:2em; padding:0px 4px 0px 4px;',		// Custom additional CSS for the items (valid CSS)
'height:26px; line-height:2em; padding:0px 4px 0px 4px;',		// OVER Custom additional CSS for the items (valid CSS)
'height:26px; line-height:2em; padding:0px 4px 0px 4px;',		// CURRENT Custom additional CSS for the items (valid CSS)
'height:26px; line-height:2em; padding:0px 4px 0px 4px;'		// VISITED Custom additional CSS for the items (valid CSS)
]];


c_styles['SM2']=[ // SubMenus
[
// MENU BOX STYLE
1,		// BorderWidth
'solid',	// BorderStyle (CSS valid values except 'none')
'#297dbb',	// BorderColor ('color')
0,		// Padding
'',	// Background ('color','transparent','[image_source]')
'',		// IEfilter (only transition filters work well - not static filters)
'border-top-style:none;'		// Custom additional CSS for the menu box (valid CSS)
],[
// MENU ITEMS STYLE
0,		// BorderWidth
'none',	// BorderStyle (CSS valid values except 'none')
'none',	// OVER BorderStyle
'#ffffff',	// BorderColor ('color')
'#ffffff',	// OVER BorderColor
0,		// Padding
'#efefef',	// Background ('color','transparent','[image_source]')
'#2b82c2',	// OVER Background
'#000000',	// Color
'#ffffff',	// OVER Color
'90%',		// FontSize (values in CSS valid units - %,em,ex,px,pt)
'verdana,arial,helvetica,sans-serif',	// FontFamily
'normal',	// 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)
'#297dbb',	// ItemsSeparatorColor ('color','transparent')
0,		// ItemsSeparatorSpacing
false,			// UseSubMenuImage (true,false)
'',	// SubMenuImageSource ('[image_source]') '[v_arrow.gif]'
'',	// OverSubMenuImageSource '[v_arrow_over.gif]'
0,			// SubMenuImageWidth
0,			// SubMenuImageHeight
'0',			// SubMenuImageVAlign ('pixels from item top','middle')
'none',		// VISITED BorderStyle
'#ffffff',		// VISITED BorderColor
'#efefef',		// VISITED Background
'#000000',		// VISITED Color
'none',			// VISITED TextDecoration
'',	// VISITED SubMenuImageSource '[v_arrow.gif]'
'none',		// CURRENT BorderStyle
'#ffffff',		// CURRENT BorderColor
'#2b82c2',		// CURRENT Background
'#ffffff',		// CURRENT Color
'none',			// CURRENT TextDecoration
'',	// CURRENT SubMenuImageSource '[v_arrow.gif]'
'height:20px; line-height:1.5em; padding:2px 6px 2px 6px;',		// Custom additional CSS for the items (valid CSS)
'height:20px; line-height:1.5em; padding:2px 6px 2px 6px;',		// OVER Custom additional CSS for the items (valid CSS)
'height:20px; line-height:1.5em; padding:2px 6px 2px 6px;',		// CURRENT Custom additional CSS for the items (valid CSS)
'height:20px; line-height:1.5em; padding:2px 6px 2px 6px;'		// 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['Menu2']=[ // the UL element with id="Menu1"
[
// MAIN-MENU FEATURES
'horizontal',	// ItemsArrangement ('vertical','horizontal')
'relative',	// Position ('relative','absolute','fixed')
'0em',		// X Position (values in CSS valid units- px,em,ex)
'0em',		// Y Position (values in CSS valid units- px,em,ex)
true,		// RightToLeft display of the sub menus
false,		// BottomToTop display of the sub menus
0,		// X SubMenuOffset (pixels)
1,		// Y SubMenuOffset
'auto',		// Width (values in CSS valid units - px,em,ex) (matters for main menu with 'vertical' ItemsArrangement only)
'MM2',		// 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)
'150',		// MinWidth ('pixels') (matters/useful if Width is set 'auto')
'300',		// MaxWidth ('pixels') (matters/useful if Width is set 'auto')
'SM2',		// CSS Class (one of the defined in section 2)
false		// Open sub-menus onclick (default is onmouseover)
]];

c_menus['Menu1']=[ // the UL element with id="Menu1"
[
// MAIN-MENU FEATURES
'horizontal',	// ItemsArrangement ('vertical','horizontal')
'relative',	// Position ('relative','absolute','fixed')
'0em',		// X Position (values in CSS valid units- px,em,ex)
'0em',		// Y Position (values in CSS valid units- px,em,ex)
true,		// RightToLeft display of the sub menus
false,		// BottomToTop display of the sub menus
0,		// X SubMenuOffset (pixels)
0,		// Y SubMenuOffset
'10em',		// Width (values in CSS valid units - px,em,ex) (matters for main menu with 'vertical' ItemsArrangement only)
'MM1',		// CSS Class (one of the defined in section 2)
false		// Open sub-menus onclick (default is onmouseover)
],[
// SUB-MENUS FEATURES
5,		// X SubMenuOffset (pixels)
1,		// Y SubMenuOffset
'auto',		// Width ('auto',values in CSS valid units - px,em,ex)
'150',		// MinWidth ('pixels') (matters/useful if Width is set 'auto')
'300',		// MaxWidth ('pixels') (matters/useful if Width is set 'auto')
'SM2',		// CSS Class (one of the defined in section 2)
false		// Open sub-menus onclick (default is onmouseover)
]];
