//
// Caractéristiques menu et sous menus clinique
//
var MENU_TPL_CLINIQUE = [
// root level configuration (level 0)
{
	// item sizes
	'height': 20,
	'width': 195,
	// absolute position of the menu on the page (in pixels)
	// with centered content use Tigra Menu PRO or Tigra Menu GOLD
	'block_top':  (325+block_top_offset),
	'block_left': (25+block_left_offset),
	// offsets between items of the same level (in pixels)
	'top':  20,
	'left': 0,
	// time delay before menu is hidden after cursor left the menu (in milliseconds)
	'hide_delay': 200,
	// submenu expand delay after the rollover of the parent 
	'expd_delay': 100,
	// names of the CSS classes for the menu elements in different states
	// tag: [normal, hover, mousedown]
	'css' : {
		'outer' : ['clinique_menus', 'clinique_menus_over'],
		'inner' : ['rubriques_menus', 'rubriques_menus']
	}
}
];


//
// Caractéristiques menu et sous menus équipes
//
var MENU_TPL_EQUIPES = [
// root level configuration (level 0)
{
	// item sizes
	'height': 20,
	'width': 203,
	// absolute position of the menu on the page (in pixels)
	// with centered content use Tigra Menu PRO or Tigra Menu GOLD
	'block_top':  (325+block_top_offset),
	'block_left': (245+block_left_offset),
	// offsets between items of the same level (in pixels)
	'top':  20,
	'left': 0,
	// time delay before menu is hidden after cursor left the menu (in milliseconds)
	'hide_delay': 200,
	// submenu expand delay after the rollover of the parent 
	'expd_delay': 100,
	// names of the CSS classes for the menu elements in different states
	// tag: [normal, hover, mousedown]
	'css' : {
		'outer' : ['equipes_menus', 'equipes_menus_over'],
		'inner' : ['rubriques_menus', 'rubriques_menus']
	}
},
// sub-menus configuration (level 1)
// any omitted parameters are inherited from parent level
{
	// item sizes
	'width': 290,
	// position of the submenu relative to top left corner of the parent item
	'block_top': 0,
	'block_left': 195,
	// names of the CSS classes for the menu elements in different states
	// tag: [normal, hover, mousedown]
	'css' : {
		'outer' : ['equipes_menus_over', 'equipes_menus'],
		'inner' : ['rubriques_menus_equipes', 'rubriques_menus_equipes']
	}
}
];



//
// Caractéristiques menu et sous menus équipes
//
var MENU_TPL_QUALITE = [
// root level configuration (level 0)
{
	// item sizes
	'height': 20,
	'width': 195,
	// absolute position of the menu on the page (in pixels)
	// with centered content use Tigra Menu PRO or Tigra Menu GOLD
	'block_top':  (325+block_top_offset),
	'block_left': (465+block_left_offset),
	// offsets between items of the same level (in pixels)
	'top':  20,
	'left': 0,
	// time delay before menu is hidden after cursor left the menu (in milliseconds)
	'hide_delay': 200,
	// submenu expand delay after the rollover of the parent 
	'expd_delay': 100,
	// names of the CSS classes for the menu elements in different states
	// tag: [normal, hover, mousedown]
	'css' : {
		'outer' : ['qualite_menus', 'qualite_menus_over'],
		'inner' : ['rubriques_menus', 'rubriques_menus']
	}
}
];


//
// Caractéristiques menu et sous menus équipes
//
var MENU_TPL_PATIENTS = [
// root level configuration (level 0)
{
	// item sizes
	'height': 20,
	'width': 195,
	// absolute position of the menu on the page (in pixels)
	// with centered content use Tigra Menu PRO or Tigra Menu GOLD
	'block_top':  (325+block_top_offset),
	'block_left': (685+block_left_offset),
	// offsets between items of the same level (in pixels)
	'top':  20,
	'left': 0,
	// time delay before menu is hidden after cursor left the menu (in milliseconds)
	'hide_delay': 200,
	// submenu expand delay after the rollover of the parent 
	'expd_delay': 100,
	// names of the CSS classes for the menu elements in different states
	// tag: [normal, hover, mousedown]
	'css' : {
		'outer' : ['patients_menus', 'patients_menus_over'],
		'inner' : ['rubriques_menus', 'rubriques_menus']
	}
}
];
