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="/ui/styles/sabt/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
'',	// BorderStyle (CSS valid values except 'none')
'',	// BorderColor ('color')
0,		// Padding
'#50b0c0', // 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
'#333333', // Color
'#FFFFFF', // 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')
'underline', 	// OVER TextDecoration
'right',		// TextAlign ('left','center','right','justify')
0,		// ItemsSeparatorSize
'solid',	// ItemsSeparatorStyle (border-style valid values)
'#61849B',	// ItemsSeparatorColor ('color','transparent')
0,		// ItemsSeparatorSpacing
true,			// UseSubMenuImage (true,false)
'[arrow.gif]',	// SubMenuImageSource ('[image_source]')
'[arrow.gif]',	// OverSubMenuImageSource
10,			// SubMenuImageWidth
13,			// SubMenuImageHeight
'7',			// SubMenuImageVAlign ('pixels from item top','middle')
'',		// VISITED BorderStyle
'',		// VISITED BorderColor
'transparent', 	// VISITED Background
'#333333',		// VISITED Color
'none',			// VISITED TextDecoration
'[arrow.gif]',	// VISITED SubMenuImageSource
'',		// CURRENT BorderStyle
'',		// CURRENT BorderColor
'transparent', 	// CURRENT Background
'',		// CURRENT Color
'none',			// CURRENT TextDecoration
'[arrow.gif]',	// CURRENT SubMenuImageSource
'padding:5 5 5 10;', 	// Custom additional CSS for the items (valid CSS)
'padding:5 5 5 10;', 	// OVER Custom additional CSS for the items (valid CSS)
'padding:5 5 5 10;', 	// CURRENT Custom additional CSS for the items (valid CSS)
'padding:5 5 5 10;'		// VISITED Custom additional CSS for the items (valid CSS)
]];


c_styles['SM']=[ // SubMenus
[
// MENU BOX STYLE
0,		// BorderWidth
'',	// BorderStyle (CSS valid values except 'none')
'',	// BorderColor ('color')
0,		// Padding
'#50b0c0', // 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
'#333333', // Color
'#FFFFFF',	// 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')
'underline', 	// 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)
'[arrow.gif]',	// SubMenuImageSource ('[image_source]')
'[arrow.gif]',	// OverSubMenuImageSource
10,			// SubMenuImageWidth
13,			// SubMenuImageHeight
'7',			// SubMenuImageVAlign ('pixels from item top','middle')
'',		// VISITED BorderStyle
'',		// VISITED BorderColor
'transparent', 	// VISITED Background
'#333333',		// VISITED Color
'none',			// VISITED TextDecoration
'[arrow.gif]',	// VISITED SubMenuImageSource
'',		// CURRENT BorderStyle
'',		// CURRENT BorderColor
'transparent', 	// CURRENT Background
'',		// CURRENT Color
'none',			// CURRENT TextDecoration
'[arrow.gif]',	// CURRENT SubMenuImageSource
'padding:5 5 5 10;', 	// Custom additional CSS for the items (valid CSS)
'padding:5 5 5 10;', 	// OVER Custom additional CSS for the items (valid CSS)
'padding:5 5 5 10;', 	// CURRENT Custom additional CSS for the items (valid CSS)
'padding:5 5 5 10;'		// 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
'',	// BorderStyle (CSS valid values except 'none')
'',	// BorderColor ('color')
0,		// Padding
'#50b0c0', // 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
'#50b0c0', // Background ('color','transparent','[image_source]')
'#50b0c0', // OVER Background
'#333333', // Color
'#FFFFFF', // 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')
'underline', 	// OVER TextDecoration
'right',		// TextAlign ('left','center','right','justify')
0,		// ItemsSeparatorSize
'solid',	// ItemsSeparatorStyle (border-style valid values)
'#61849B',	// ItemsSeparatorColor ('color','transparent')
0,		// ItemsSeparatorSpacing
true,			// UseSubMenuImage (true,false)
'[arrow.gif]',	// SubMenuImageSource ('[image_source]')
'[arrow.gif]',	// OverSubMenuImageSource
10,			// SubMenuImageWidth
13,			// SubMenuImageHeight
'7',			// SubMenuImageVAlign ('pixels from item top','middle')
'',		// VISITED BorderStyle
'',		// VISITED BorderColor
'#50b0c0', 	// VISITED Background
'#333333',		// VISITED Color
'none',			// VISITED TextDecoration
'[arrow.gif]',	// VISITED SubMenuImageSource
'',		// CURRENT BorderStyle
'',		// CURRENT BorderColor
'#50b0c0', 	// CURRENT Background
'',		// CURRENT Color
'none',			// CURRENT TextDecoration
'[arrow.gif]',	// CURRENT SubMenuImageSource
'padding:5 5 5 10;', 	// Custom additional CSS for the items (valid CSS)
'padding:5 5 5 10;', 	// OVER Custom additional CSS for the items (valid CSS)
'padding:5 5 5 10;', 	// CURRENT Custom additional CSS for the items (valid CSS)
'padding:5 5 5 10;'		// VISITED Custom additional CSS for the items (valid CSS)
]];

