c_styles={};c_menus={}; // do not remove

/******************************************************
	(1) GLOBAL SETTINGS
*******************************************************/

c_hideTimeout=500;
c_subShowTimeout=250;
c_keepHighlighted=true;
c_findCURRENT=true;
c_findCURRENTTree=true;
c_overlapControlsInIE=true;
c_rightToLeft=false;


/******************************************************
	(2) MENU STYLES (CSS CLASSES)
*******************************************************/

c_imagesPath="/images/"; // path to images

c_styles['MM']=[ // MainMenu
[
// MENU BOX STYLE
0,		// BorderWidth
'solid',	// BorderStyle
'#000000',	// BorderColor
0,		// Padding
'[menu_normal.png]',	// Background
'',		// IEfilter
''		// Custom CSS for the menu box
],[
// MENU ITEMS STYLE
0,		// BorderWidth
'solid',	// BorderStyle
'solid',	// OVER BorderStyle
'#ffffff',	// BorderColor
'#000000',	// OVER BorderColor
3,		// Padding
'[menu_normal.png]',	// Background
'[menu_hover.png]',	// OVER Background
'#eeeeee',	// Color
'#eeeeee',	// OVER Color
'1.1em',		// FontSize
'HNFont,verdana,arial,helvetica,sans-serif',	// FontFamily
'bold',	// FontWeight
'none',		// TextDecoration
'none',		// OVER TextDecoration
'left',		// TextAlign
0,		// ItemsSeparatorSize
'solid',	// ItemsSeparatorStyle
'#CBCBEF',	// ItemsSeparatorColor
2,		// ItemsSeparatorSpacing
false,			// UseSubMenuImage (bool)
'[h_arrow_#eeeeee.gif]',	// SubMenuImageSource
'[h_arrow_#eeeeee.gif]',	// OverSubMenuImageSource
7,			// SubMenuImageWidth
4,			// SubMenuImageHeight
'11',			// SubMenuImageVAlign
'solid',		// VISITED BorderStyle
'#ffffff',		// VISITED BorderColor
'[menu_normal.png]',		// VISITED Background
'#eeeeee',		// VISITED Color
'none',			// VISITED TextDecoration
'[h_arrow_#eeeeee.gif]',	// VISITED SubMenuImageSource
'solid',		// CURRENT BorderStyle
'#CBCBEF',		// CURRENT BorderColor
'[menu_hover.png]',		// CURRENT Background
'#eeeeee',		// CURRENT Color
'none',			// CURRENT TextDecoration
'[h_arrow_#eeeeee.gif]',	// CURRENT SubMenuImageSource
'padding:6px 14px;',		// Custom additional CSS for the items
'',		// OVER Custom additional CSS for the items
'font-weight:bold;',		// CURRENT Custom additional CSS for the items
''		// VISITED Custom additional CSS for the items
]];


c_styles['SM']=[ // SubMenus
[
// MENU BOX STYLE
0,		// BorderWidth
'solid',	// BorderStyle
'#000000',	// BorderColor
0,		// Padding
'#000000',	// Background
'',		// IEfilter
'padding:8px 0;'	// Custom additional CSS for the menu box
],[
// MENU ITEMS STYLE
0,		// BorderWidth
'solid',	// BorderStyle
'solid',	// OVER BorderStyle
'#ffffff',	// BorderColor
'#000000',	// OVER BorderColor
6,		// Padding
'#000000',	// Background
'#555555',	// OVER Background
'#eeeeee',	// Color
'#eeeeee',	// OVER Color
'1.1em',		// FontSize
'HNFont,verdana,arial,helvetica,sans-serif',	// FontFamily
'bold',	// FontWeight
'none',		// TextDecoration
'none',		// OVER TextDecoration
'left',		// TextAlign
0,		// ItemsSeparatorSize
'solid',	// ItemsSeparatorStyle
'#CBCBEF',	// ItemsSeparatorColor
2,		// ItemsSeparatorSpacing
true,			// UseSubMenuImage
'[v_arrow_#eeeeee.gif]',	// SubMenuImageSource
'[v_arrow_#eeeeee.gif]',	// OverSubMenuImageSource
7,			// SubMenuImageWidth
7,			// SubMenuImageHeight
'7',			// SubMenuImageVAlign
'solid',		// VISITED BorderStyle
'#ffffff',		// VISITED BorderColor
'#000000',		// VISITED Background
'#eeeeee',		// VISITED Color
'none',			// VISITED TextDecoration
'[v_arrow_#eeeeee.gif]',	// VISITED SubMenuImageSource
'solid',		// CURRENT BorderStyle
'#CBCBEF',		// CURRENT BorderColor
'#333333',		// CURRENT Background
'#eeeeee',		// CURRENT Color
'none',			// CURRENT TextDecoration
'[v_arrow_#eeeeee.gif]',	// CURRENT SubMenuImageSource
'padding:4px 20px 4px 14px;',		// Custom additional CSS for the items
'',		// OVER Custom additional CSS for the items
'font-weight:bold;',		// CURRENT Custom additional CSS for the items
''		// VISITED Custom additional CSS for the items
]];


/******************************************************
	(3) MENU TREE FEATURES
*******************************************************/

c_menus['Menu1']=[ // the UL element with id="Menu1"
[
// MAIN-MENU FEATURES
'horizontal',	// ItemsArrangement
'relative',	// Position
'0',		// X Position
'0',		// Y Position
false,		// RightToLeft
false,		// BottomToTop
0,		// X SubMenuOffset (px)
0,		// Y SubMenuOffset
'11em',		// Width
'MM',		// CSS Class
false		// Open sub-menus onclick
],[
// SUB-MENUS FEATURES
5,		// X SubMenuOffset (px)
1,		// Y SubMenuOffset
'auto',		// Width
'100',		// MinWidth
'300',		// MaxWidth
'SM',		// CSS Class
false		// Open sub-menus onclick
]];
