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/safarcard/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
'', // 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
8, 	// Padding
'#f4ebc6', // Background ('color','transparent','[image_source]')
'#dac189', // OVER Background
'#000', // Color
'#000', // 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')
'none', 	// OVER TextDecoration
'right', 	// TextAlign ('left','center','right','justify')
0, 	// ItemsSeparatorSize
'', // ItemsSeparatorStyle (border-style valid values)
'', // ItemsSeparatorColor ('color','transparent')
0, 	// ItemsSeparatorSpacing
true, 		// UseSubMenuImage (true,false)
'[arrow.gif]', // SubMenuImageSource ('[image_source]')
'[arrow.gif]', // OverSubMenuImageSource
7, 		// SubMenuImageWidth
4, 		// SubMenuImageHeight
'14', 		// SubMenuImageVAlign ('pixels from item top','middle')
'', 	// VISITED BorderStyle
'', 	// VISITED BorderColor
'#f4ebc6', 	// VISITED Background
'#000', 	// VISITED Color
'none', 		// VISITED TextDecoration
'[arrow.gif]', // VISITED SubMenuImageSource
'', 	// CURRENT BorderStyle
'', 	// CURRENT BorderColor
'', 	// CURRENT Background
'#000', 	// CURRENT Color
'none', 		// CURRENT TextDecoration
'[arrow.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)
]];


c_styles['SM'] = [ // SubMenus
[
// MENU BOX STYLE
0, 	// BorderWidth
'', // 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
'', // BorderStyle (CSS valid values except 'none')
'', // OVER BorderStyle
'', // BorderColor ('color')
'', // OVER BorderColor
8, 	// Padding
'#f4ebc6', // Background ('color','transparent','[image_source]')
'#dac189', // OVER Background
'#000', // Color
'#000', // 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')
'none', 	// OVER TextDecoration
'right', 	// TextAlign ('left','center','right','justify')
0, 	// ItemsSeparatorSize
'', // ItemsSeparatorStyle (border-style valid values)
'', // ItemsSeparatorColor ('color','transparent')
0, 	// ItemsSeparatorSpacing
true, 		// UseSubMenuImage (true,false)
'[arrow1.gif]', // SubMenuImageSource ('[image_source]')
'[arrow1.gif]', // OverSubMenuImageSource
4, 		// SubMenuImageWidth
7, 		// SubMenuImageHeight
'12', 		// SubMenuImageVAlign ('pixels from item top','middle')
'', 	// VISITED BorderStyle
'#', 	// VISITED BorderColor
'#f4ebc6', 	// VISITED Background
'#000', 	// VISITED Color
'none', 		// VISITED TextDecoration
'[arrow1.gif]', // VISITED SubMenuImageSource
'', 	// CURRENT BorderStyle
'', 	// CURRENT BorderColor
'#f4ebc6', 	// CURRENT Background
'#000', 	// CURRENT Color
'none', 		// CURRENT TextDecoration
'[arrow1.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)
]];


c_styles['MMV'] = [ // MainMenu (the shorter the class name the better)
[
// MENU BOX STYLE
0, 	// BorderWidth
'solid', // BorderStyle (CSS valid values except 'none')
'#c3c3c3', // BorderColor ('color')
0, 	// Padding
'white', // 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
1, 	// BorderWidth
'solid', // BorderStyle (CSS valid values except 'none')
'solid', // OVER BorderStyle
'#000000', // BorderColor ('color')
'#000000', // OVER BorderColor
4, 	// Padding
'#FFFFFF', // Background ('color','transparent','[image_source]')
'#e5e5e5', // OVER Background
'#000000', // Color
'#f15928', // 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')
'none', 	// OVER TextDecoration
'right', 	// TextAlign ('left','center','right','justify')
1, 	// ItemsSeparatorSize
'solid', // ItemsSeparatorStyle (border-style valid values)
'#FFFFFF', // ItemsSeparatorColor ('color','transparent')
3, 	// ItemsSeparatorSpacing
false, 		// UseSubMenuImage (true,false)
'[arrow.gif]', // SubMenuImageSource ('[image_source]')
'[arrow.gif]', // OverSubMenuImageSource
20, 		// SubMenuImageWidth
10, 		// SubMenuImageHeight
'5', 		// SubMenuImageVAlign ('pixels from item top','middle')
'solid', 	// VISITED BorderStyle
'#FFFFFF', 	// VISITED BorderColor
'white', 	// VISITED Background
'#000000', 	// VISITED Color
'none', 		// VISITED TextDecoration
'[arrow.gif]', // VISITED SubMenuImageSource
'solid', 	// CURRENT BorderStyle
'#000000', 	// CURRENT BorderColor
'#e5e5e5', 	// CURRENT Background
'#000000', 	// CURRENT Color
'none', 		// CURRENT TextDecoration
'[arrow.gif]', // CURRENT SubMenuImageSource
'width:100px', 	// 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['SMV'] = [ // SubMenus
[
// MENU BOX STYLE
1, 	// BorderWidth
'solid', // BorderStyle (CSS valid values except 'none')
'#c3c3c3', // BorderColor ('color')
0, 	// Padding
'white', // 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
'#000000', // BorderColor ('color')
'#000000', // OVER BorderColor
4, 	// Padding
'#FFFFFF', // Background ('color','transparent','[image_source]')
'#e5e5e5', // OVER Background
'#000000', // Color
'#f15928', // 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')
'none', 	// OVER TextDecoration
'right', 	// TextAlign ('left','center','right','justify')
0, 	// ItemsSeparatorSize
'solid', // ItemsSeparatorStyle (border-style valid values)
'#FFFFFF', // ItemsSeparatorColor ('color','transparent')
1, 	// ItemsSeparatorSpacing
true, 		// UseSubMenuImage (true,false)
'[arrow.gif]', // SubMenuImageSource ('[image_source]')
'[arrow.gif]', // OverSubMenuImageSource
20, 		// SubMenuImageWidth
10, 		// SubMenuImageHeight
'5', 		// SubMenuImageVAlign ('pixels from item top','middle')
'solid', 	// VISITED BorderStyle
'#FFFFFF', 	// VISITED BorderColor
'white', 	// VISITED Background
'#000000', 	// VISITED Color
'none', 		// VISITED TextDecoration
'[arrow.gif]', // VISITED SubMenuImageSource
'solid', 	// CURRENT BorderStyle
'#000000', 	// CURRENT BorderColor
'#e5e5e5', 	// CURRENT Background
'#000000', 	// CURRENT Color
'none', 		// CURRENT TextDecoration
'[arrow.gif]', // CURRENT SubMenuImageSource
'width:100px', 	// 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)
]];
