c_styles={};c_menus={}; // do not remove this line

/******************************************************
	(1) GLOBAL SETTINGS
*******************************************************/

c_hideTimeout=500; // 1000==1 second
c_subShowTimeout=10;
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/Athari2010/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
0,		// Padding
'transparent',	// Background ('color','transparent','[image_source]')
'[main_menu_bg.png]',	// OVER Background
'#999',	// Color
'#000',	// OVER Color
'100%',		// FontSize (values in CSS valid units - %,em,ex,px,pt)
'',	// 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')
0,		// ItemsSeparatorSize
'',	// ItemsSeparatorStyle (border-style valid values)
'',	// ItemsSeparatorColor ('color','transparent')
0,		// ItemsSeparatorSpacing
false,			// UseSubMenuImage (true,false)
'[arrow1.gif]',	// SubMenuImageSource ('[image_source]')
'[arrow2.gif]',	// OverSubMenuImageSource
8,			// SubMenuImageWidth
4,			// SubMenuImageHeight
'middle',			// SubMenuImageVAlign ('pixels from item top','middle')
'',		// VISITED BorderStyle
'',		// VISITED BorderColor
'transparent',		// VISITED Background
'#999',		// VISITED Color
'none',			// VISITED TextDecoration
'[arrow2.gif]',	// VISITED SubMenuImageSource
'',		// CURRENT BorderStyle
'',		// CURRENT BorderColor
'[main_menu_bg.png]',		// CURRENT Background
'#000',		// CURRENT Color
'none',			// CURRENT TextDecoration
'[arrow2.gif]',	// CURRENT SubMenuImageSource
'',		// Custom additional CSS for the items (valid CSS)
'background-position: 0 -74px; background-repeat: repeat-x',		// OVER Custom additional CSS for the items (valid CSS)
'background-position: 0 -74px; background-repeat: repeat-x',		// 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
'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]')
'#FFF',	// OVER Background
'#FFF',	// Color
'#999',	// OVER Color
'100%',		// FontSize (values in CSS valid units - %,em,ex,px,pt)
'',	// FontFamily
'normal',	// FontWeight (CSS valid values - 'bold','normal','bolder','lighter','100',...,'900')
'',		// 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
false,			// UseSubMenuImage (true,false)
'',	// SubMenuImageSource ('[image_source]')
'',	// OverSubMenuImageSource
8,			// SubMenuImageWidth
8,			// SubMenuImageHeight
'middle',			// SubMenuImageVAlign ('pixels from item top','middle')
'',		// VISITED BorderStyle
'',		// VISITED BorderColor
'transparent',		// VISITED Background
'#FFF',		// VISITED Color
'none',			// VISITED TextDecoration
'',	// VISITED SubMenuImageSource
'',		// CURRENT BorderStyle
'',		// CURRENT BorderColor
'transparent',		// CURRENT Background
'#FFF',		// 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)
]];

