
ul.MenuBarHorizontal {
	background: url(../img/personnalise/menu_hztal_bg.gif) repeat-x 0 0;
}

ul.MenuBarHorizontal ul {
	width: 15em;
}

ul.MenuBarHorizontal ul li {
	width: 15em;
}



ul.MenuBarHorizontal a {
	color: #FFF;
}


ul.MenuBarHorizontal ul a {
	font-weight: 400;
	color: #ae1913;
}

ul.MenuBarHorizontal a:hover, ul.MenuBarHorizontal a:focus {

}


ul.MenuBarHorizontal a.MenuBarItemHover, 
ul.MenuBarHorizontal a.MenuBarItemSubmenuHover, 
ul.MenuBarHorizontal a.MenuBarSubmenuVisible {
	color: #FFF;
	background: url(../img/personnalise/menu_hztal_bg_on.gif) #8c1229 repeat-x 0 0 !important;
}


ul.MenuBarHorizontal a.MenuBarItemSubmenuHover span, 
ul.MenuBarHorizontal a.MenuBarSubmenuVisible span {
	background: url(SpryMenuBarDownHover.gif) no-repeat 98% 50% !important;
}

ul.MenuBarHorizontal a.MenuBarItemSubmenu span {
	background: url(SpryMenuBarDownHover.gif) no-repeat 98% 50% !important;
}

ul.MenuBarHorizontal a.MenuBarItemSubmenu:hover span {
	background: url(SpryMenuBarDownHover.gif) no-repeat 98% 50%;
}


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

 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%) */



/* 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.MenuBarHorizontal ul a.MenuBarItemSubmenu {
	background-image: url(SpryMenuBarRight.gif);
	background-repeat: no-repeat;
	background-position: 95% 50%;
}

/* Menu items that are open with submenus have the class designation MenuBarItemSubmenuHover and are set to use a "hover" background image positioned on the far left (95%) and centered vertically (50%) */

ul.MenuBarHorizontal a.MenuBarItemSubmenuHover {
	background-image: url(SpryMenuBarDownHover.gif);
	background-repeat: no-repeat;
	background-position: 95% 50%;
}

/* Menu items that are open with submenus have the class designation MenuBarItemSubmenuHover and are set to use a "hover" background image positioned on the far left (95%) and centered vertically (50%) */

ul.MenuBarHorizontal ul a.MenuBarItemSubmenuHover {
	background-image: url(SpryMenuBarRightHover.gif);
	background-repeat: no-repeat;
	background-position: 95% 50%;
}

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

 BROWSER HACKS: the hacks below should not be changed unless you are an expert

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

/* HACK FOR IE: to make sure the sub menus show above form controls, we underlay each submenu with an iframe */

ul.MenuBarHorizontal iframe {
	position: absolute;
	z-index: 1010;
}

/* HACK FOR IE: to stabilize appearance of menu items; the slash in float is to keep IE 5.0 from parsing */
@media screen, projection
{
	ul.MenuBarHorizontal li.MenuBarItemIE
	{
		display: inline;
		f\loat: left;
		/*background: #FFF;*/
	}
}
