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=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_imagesPath="UI/Styles/jahanOil/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
'transparent',	// Background ('color','transparent','[image_source]')
'',		// IEfilter (only transition filters work well - not static filters)
'float:left'		// Custom additional CSS for the menu box (valid CSS)
],[
// MENU ITEMS STYLE
0,		// BorderWidth
'solid',	// BorderStyle (CSS valid values except 'none')
'solid',	// OVER BorderStyle
'#ddd',	// BorderColor ('color')
'#BDE1E1',	// OVER BorderColor
'0',		// Padding
'transparent',	// Background ('color','transparent','[image_source]')
'[menu_item_bg.gif]',	// OVER Background
'#FFF',	// Color
'#FFF',	// OVER Color
'90%',		// FontSize (values in CSS valid units - %,em,ex,px,pt)
'',	// 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)
'#61849B',	// ItemsSeparatorColor ('color','transparent')
0,		// ItemsSeparatorSpacing
false,			// UseSubMenuImage (true,false)
'[arrow.gif]',	// SubMenuImageSource ('[image_source]')
'[arrow2.gif]',	// OverSubMenuImageSource
13,			// SubMenuImageWidth
13,			// SubMenuImageHeight
'7',			// SubMenuImageVAlign ('pixels from item top','middle')
'solid',		// VISITED BorderStyle
'#ddd',		// VISITED BorderColor
'transparent',		// VISITED Background
'#FFF',		// VISITED Color
'none',			// VISITED TextDecoration
'[arrow.gif]',	// VISITED SubMenuImageSource
'solid',		// CURRENT BorderStyle
'',		// CURRENT BorderColor
'',		// CURRENT Background
'',		// CURRENT Color
'none',			// CURRENT TextDecoration
'[arrow.gif]',	// CURRENT SubMenuImageSource
'padding:5px',		// 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']=[ // 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
'solid',	// BorderStyle (CSS valid values except 'none')
'solid',	// OVER BorderStyle
'#ddd',	// BorderColor ('color')
'#BDE1E1',	// OVER BorderColor
'0',		// Padding
'#000',	// Background ('color','transparent','[image_source]')
'#600',	// OVER Background
'#FFF',	// Color
'#FFF',	// OVER Color
'90%',		// FontSize (values in CSS valid units - %,em,ex,px,pt)
'',	// 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)
'#61849B',	// ItemsSeparatorColor ('color','transparent')
0,		// ItemsSeparatorSpacing
true,			// UseSubMenuImage (true,false)
'[arrow.gif]',	// SubMenuImageSource ('[image_source]')
'[arrow.gif]',	// OverSubMenuImageSource
13,			// SubMenuImageWidth
13,			// SubMenuImageHeight
'7',			// SubMenuImageVAlign ('pixels from item top','middle')
'solid',		// VISITED BorderStyle
'#ddd',		// VISITED BorderColor
'#000',		// VISITED Background
'#FFF',		// VISITED Color
'none',			// VISITED TextDecoration
'[arrow.gif]',	// VISITED SubMenuImageSource
'solid',		// CURRENT BorderStyle
'',		// CURRENT BorderColor
'',		// CURRENT Background
'',		// CURRENT Color
'none',			// CURRENT TextDecoration
'[arrow.gif]',	// CURRENT SubMenuImageSource
'padding:7px',		// Custom additional CSS for the items (valid CSS)
'padding:7px',		// OVER Custom additional CSS for the items (valid CSS)
'padding:7px ',		// CURRENT Custom additional CSS for the items (valid CSS)
'padding:7px'		// VISITED Custom additional CSS for the items (valid CSS)
]];

