/*******************************************************************************

 DESIGN INFORMATION: describes color scheme, borders, fonts

 *******************************************************************************/

/* Outermost menu container has borders on all sides */
ul.MenuBarVertical
{ border:none; }
/* Submenu containers have borders on all sides */
ul.MenuBarVertical ul
{ margin:0 0 0 138px; width:230px; width/**/:230px; border:1px solid; z-index:1030; position:absolute;
}
ul.MenuBarVertical ul ul
{ margin:0 0 0 231px;
}
/* Menu items that are open with submenus are set to MenuBarItemHover with a blue background and white text */
ul.MenuBarVertical a.MenuBarItemHover, ul.MenuBarVertical a.MenuBarItemSubmenuHover, ul.MenuBarVertical a.MenuBarSubmenuVisible
{
}

/*******************************************************************************

 SUBMENU INDICATION: styles if there is a submenu under a given menu item

 *******************************************************************************/

/* Menu items that have a submenu have the class designation MenuBarItemSubmenu and are set to use a background image positioned on the far left (95%) and centered vertically (50%) */
ul.MenuBarVertical a.MenuBarItemSubmenu
{ background:none; height:40px; }
ul.MenuBarVertical a.MenuBarItemSubmenu span { display:none; }

	#rubrique1 a.MenuBarItemSubmenu 		{ background-image:url('../img/btnRub1.gif');}
	#rubrique1 a.MenuBarItemSubmenuHover	{ background-image:url('../img/btnRub1_over.gif'); }
	#rubrique2 a.MenuBarItemSubmenu			{ background-image:url('../img/btnRub2.gif'); }
	#rubrique2 a.MenuBarItemSubmenuHover	{ background-image:url('../img/btnRub2_over.gif'); }
	#rubrique3 a.MenuBarItemSubmenu			{ background-image:url('../img/btnRub3.gif'); }
	#rubrique3 a.MenuBarItemSubmenuHover	{ background-image:url('../img/btnRub3_over.gif'); }
	#rubrique4 a.MenuBarItemSubmenu			{ background-image:url('../img/btnRub4.gif'); }
	#rubrique4 a.MenuBarItemSubmenuHover	{ background-image:url('../img/btnRub4_over.gif'); }

	/* Niveau n-1 */
	#rubrique2 a.MenuBarItemSubmenu2	{ background:#8F8C24 url('../img/fleche_sousMenu.gif') no-repeat; background-position: 95% 50%; height:14px; }
	.MenuBarVertical ul a				{ background-image:none; background-color:#8F8C24; border:0; display:block; height:14px; padding:2px 0 2px 10px; width:220px; }
	.MenuBarVertical ul a:hover			{ background-image:none; background-color:#AEAC61; color:#FFF; height:14px; }
	.MenuBarVertical ul img				{ border:0; float:right; margin-top:-14px; }
	
	/* Niveau n-2 */
	#rubrique1 ul ul,
	#rubrique2 ul ul,
	#rubrique3 ul ul,
	#rubrique4 ul ul { }
	.MenuBarVertical ul ul 				{  }
	.MenuBarVertical ul ul a			{ color:#000; display:block; background-color:#A7A453; list-style:none; padding:4px 0 2px 10px; width:220px; }
	.MenuBarVertical ul ul a:hover		{ background-image:none; background-color:#AEAC61; color:#FFF; height:14px; }
	.MenuBarVertical ul ul img			{ border:0; float:right; margin-top:-14px; }
	
