@charset "UTF-8";

.Item {
	color: #e2001a;
	font-family: "Gill Sans MT", Arial, Helvetica, sans-serif;
	font-size: 13px;

}
/*******************************************************************************

 LAYOUT INFORMATION: describes box model, positioning, z-order

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

/* The outermost container of the Menu Bar, an auto width box with no margin or padding */
ul.MenuBarHorizontal
{
	margin: 0;
	list-style-type: none;
	cursor: default;
	width: auto;
	padding-left: 2px;

}
/* Set the active Menu Bar with this class, currently setting z-index to accomodate IE rendering bug: http://therealcrisp.xs4all.nl/meuk/IE-zindexbug.html */
ul.MenuBarActive
{
	z-index: 600;

}
/* Menu item containers, position children relative to this container and are a fixed width */
ul.MenuBarHorizontal li
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	position: relative;
	text-align: left;
	cursor: pointer;
	float: left;

}
/* Submenus should appear below their parent (top: 0) with a higher z-index, but they are initially off the left side of the screen (-1000em) */
ul.MenuBarHorizontal ul
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	z-index: 650;
    width: 100px;
	cursor: default;
	position: absolute;
	left: -5000em;
}
/* Submenu that is showing with class designation MenuBarSubmenuVisible, we set left to auto so it comes onto the screen below its parent menu item */
ul.MenuBarHorizontal ul.MenuBarSubmenuVisible
{
	left: auto;
}
/* Menu item containers are same fixed width as parent */
ul.MenuBarHorizontal ul li
{
	width: 8.2em;
}
/* Submenus should appear slightly overlapping to the right (95%) and up (-5%) */
ul.MenuBarHorizontal ul ul
{
	position: absolute;
	margin: -5% 0 0 95%;
}
/* Submenu that is showing with class designation MenuBarSubmenuVisible, we set left to 0 so it comes onto the screen */
ul.MenuBarHorizontal ul.MenuBarSubmenuVisible ul.MenuBarSubmenuVisible
{
	left: auto;
	top: 0;
}

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

 DESIGN INFORMATION: describes color scheme, borders, fonts

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

/* Menu items are a light gray block with padding and no text decoration */
ul.MenuBarHorizontal a
{
	color: #e2001a;
	font-family: "Gill Sans MT", Arial, Helvetica, sans-serif;
	font-size: 17px;
    display: block;
	cursor: pointer;
	background-color: #ffffff;
	padding: 5px 13px 5px 13px;
	color: #e2001a;
	text-decoration: none;
}
/* Menu items that have mouse over or focus have a blue background and white text */
ul.MenuBarHorizontal a:hover, ul.MenuBarHorizontal a:focus
{
	text-decoration: underline;

}
/* Menu items that are open with submenus are set to MenuBarItemHover with a blue background and white text */
ul.MenuBarHorizontal a.MenuBarItemHover
{
	background-color: #fee7ea;
	color: #e2001a;
	
}


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

 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.MenuBarHorizontal a.MenuBarItemSubmenu
{
	background-image: url(Tiret.jpg);
	background-repeat: no-repeat;
	background-position: 100% 51%;
    background-color: #ffffff;
}


ul.MenuBarHorizontal a.MenuBarItemSubmenu2
{
	    background-color: #ffffff;
}
















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

 SECOND STYLE

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

.Item-2  {
	
	font-family: "Gill Sans MT", Arial, Helvetica, sans-serif;
	font-size: 12px;
    color: #e2001a;

}
/*******************************************************************************

 LAYOUT INFORMATION: describes box model, positioning, z-order

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

/* The outermost container of the Menu Bar, an auto width box with no margin or padding */


ul.MenuBarHorizontal-2
{
	list-style-type: none;
	cursor: default;
	padding:0px;
	margin-bottom:40px;
	margin-left:-1px;
	margin-right:-1px;
	margin-top:0px;
	height:30px;
    width:574px;
	background-color: #e2001a;
	display: block;

}

/* Set the active Menu Bar with this class, currently setting z-index to accomodate IE rendering bug: http://therealcrisp.xs4all.nl/meuk/IE-zindexbug.html */
ul.MenuBarActive-2
{
   z-index: 600;
}

/* Menu item containers, position children relative to this container and are a fixed width */
ul.MenuBarHorizontal-2 li
{
	margin:0px;
	padding-top: 0px;
    padding-left:0px;
    padding-right:0px;
    padding-bottom:0px;
   	list-style-type: none;
	position: relative;
	text-align: left;
	cursor: pointer;
	float: left;


}
/* Submenus should appear below their parent (top: 0) with a higher z-index, but they are initially off the left side of the screen (-1000em) */
ul.MenuBarHorizontal-2 ul
{
	margin:0px;
	padding: 0px;
	list-style-type: none;
	z-index: 1020;
    width: 400px;
	cursor: default;
	position: absolute;
	left: -1000em;


}
/* Submenu that is showing with class designation MenuBarSubmenuVisible, we set left to auto so it comes onto the screen below its parent menu item */
ul.MenuBarHorizontal-2 ul.MenuBarSubmenuVisible
{
	left: auto;
    margin:0px;
	padding: 0px;

}
/* Menu item containers are same fixed width as parent */
ul.MenuBarHorizontal-2 ul li
{
	width: auto;

}
/* Submenus should appear slightly overlapping to the right (95%) and up (-5%) */
ul.MenuBarHorizontal-2 ul ul
{
	position: absolute;
	background-color: #e2001a;

}
/* Submenu that is showing with class designation MenuBarSubmenuVisible, we set left to 0 so it comes onto the screen */
ul.MenuBarHorizontal-2 ul.MenuBarSubmenuVisible ul.MenuBarSubmenuVisible
{
	left: auto;
	top: 0;
    background-color: #e2001a;
    color: #e2001a;
}

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

 DESIGN INFORMATION: describes color scheme, borders, fonts

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

/* Menu items are a light gray block with padding and no text decoration */
ul.MenuBarHorizontal-2 a
{
	color: #000000;
	font-family: "Gill Sans MT", Arial, Helvetica, sans-serif;
	font-size: 14px;
    display: block;
	cursor: pointer;
	padding: 5px 10px 5px 10px;
    margin:0px;
	text-decoration: none;

}
/* Menu items that have mouse over or focus have a blue background and white text */
ul.MenuBarHorizontal-2 a:hover, ul.MenuBarHorizontal-2 a:focus
{
    text-decoration:underline;
    
}



/* Menu items that are open with submenus are set to MenuBarItemHover with a blue background and white text */
ul.MenuBarHorizontal-2 a.MenuBarItemHover
{
	color: #e2001a;

}


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

 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.MenuBarHorizontal-2 a.MenuBarItemSubmenu-2
{
	color: #ffffff;

}




