c_styles={};c_menus={}; 
c_hideTimeout=1000;
c_subShowTimeout=300;
c_keepHighlighted=true;
c_findCURRENT=false;
c_findCURRENTTree=true;
c_overlapControlsInIE=true;
c_rightToLeft=true;
/******************************************************
	(2) MENU STYLES (CSS CLASSES)
*******************************************************/
c_imagesPath="/Imgs/";
c_styles['MM']=[ // MainMenu (the shorter the class name the better)
[
// MENU BOX STYLE
0,			// BorderWidth
'none',		// BorderStyle (CSS valid values except 'none')
'',			// BorderColor ('color')
0,			// Padding
'',	// 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
'none',	// BorderStyle (CSS valid values except 'none')
'none',	// OVER BorderStyle
'',	// BorderColor ('color')
'',	// OVER BorderColor
10,			// Padding
'',	// Background ('color','transparent','[image_source]')
'',	// OVER Background,[top_tols_hover.jpg]
'#000',	// Color
'#000',	// OVER Color
'13px',		// FontSize (values in CSS valid units - %,em,ex,px,pt)
'',	// 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 underline
'center',		// TextAlign ('left','center','right','justify')
0,			// ItemsSeparatorSize
'none',	// ItemsSeparatorStyle (border-style valid values)
'',	// ItemsSeparatorColor ('color','transparent' '#D5D5D5')
0,			// ItemsSeparatorSpacing
false,		// UseSubMenuImage (true,false)
'',				// SubMenuImageSource ('[image_source]')
'',				// OverSubMenuImageSource
0,				// SubMenuImageWidth
0,				// SubMenuImageHeight
'0',			// SubMenuImageVAlign ('pixels from item top','middle' 9)
'none',		// VISITED BorderStyle
'',		// VISITED BorderColor
'',		// VISITED Background
'#000',		// VISITED Color
'none',			// VISITED TextDecoration
'',				// VISITED SubMenuImageSource
'none',		// CURRENT BorderStyle
'#000',		// CURRENT BorderColor #DEF9AE
'#000',		// CURRENT Background #DEF9AE
'',		// CURRENT Color #2a67aa
'none',			// CURRENT TextDecoration
'',				// 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)
]];


c_styles['SM']=[ // SubMenus
[
// MENU BOX STYLE
1,		// BorderWidth
'solid',	// BorderStyle (CSS valid values except 'none')
'#ffffff',	// BorderColor ('color') #718BBE
0,			// Padding
'',	// Background ('color','transparent','[image_source]''#E9e9e9)
'',		// 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
5,		// Padding
'#999999',	// Background ('color','transparent','[image_source]' #519EFF)
'#8ccc00',	// OVER Background #FFAD03
'#FFFFFF',	// Color
'#ffffff',	// OVER Color
'12px',		// FontSize (values in CSS valid units - %,em,ex,px,pt)
'Arial',	// 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
'right',		// TextAlign ('left','center','right','justify')
1,		// ItemsSeparatorSize
'solid',	// ItemsSeparatorStyle (border-style valid values)
'#ffffff',	// ItemsSeparatorColor ('color','transparent')
0,		// ItemsSeparatorSpacing
false,			// UseSubMenuImage (true,false)
'',	// SubMenuImageSource ('[image_source]')
'',	// OverSubMenuImageSource
'',			// SubMenuImageWidth
'',			// SubMenuImageHeight
'middle',			// SubMenuImageVAlign ('pixels from item top','middle')
'none',		// VISITED BorderStyle
'',		// VISITED BorderColor
'',		// VISITED Background #584D20
'#ffffff',		// VISITED Color
'none',			// VISITED TextDecoration
'',	// VISITED SubMenuImageSource
'none',		// CURRENT BorderStyle
'none',		// CURRENT BorderColor #E9e9e9
'none',		// CURRENT Background #E9e9e9
'#000000',		// CURRENT Color
'none',			// CURRENT TextDecoration
'',	// 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
*******************************************************/
c_menus['Menu1']=[ // the UL element with id="Menu1"
[
// MAIN-MENU FEATURES
'horizontal',	// ItemsArrangement ('vertical','horizontal')
'relative',	// Position ('relative','absolute','fixed')
'0',		// X Position (values in CSS valid units- px,em,ex)
'0',		// Y Position (values in CSS valid units- px,em,ex)
true,		// RightToLeft display of the sub menus
false,		// BottomToTop display of the sub menus
-20,		// X SubMenuOffset (pixels) -7
-8,		// Y SubMenuOffset  7
'11em',		// Width (values in CSS valid units - px,em,ex) (matters 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)
'130',		// MinWidth ('pixels') (matters/useful if Width is set 'auto')
'auto',		// 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)
]];
