/*************************************************************************
* This is the SKIN style definition for the CSS menu.                    *
* Feel free to customize this section.                                   *
*************************************************************************/

/*
 * Menu container settings
 * Applies to the first level menu container
 */
.metal_simple {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
/*
 * Menu container settings
 * Applies to second (or more) level menu containers
 * Cadre autour des menus déroulants
 */
.metal_simple ul {
	font-weight: normal;
	border: 1px solid #111111;
}



/*
 * Menu items settings
 * Applies to all menu items in all menu containers
 */
.metal_simple li {
	width: 84px;
	background-image: url(../../../../graphics/css_menu/back_menu_dull.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	padding: 1px 0px 1px 0px;
}
/*
 * Menu items settings
 * Applies to second (or more) level menu items
 * Background menu déroulants
 */
.metal_simple ul li {
	width: 130px;
	background-image: none;
	background-color: #252525;
	padding: 0px;
	/*border-bottom: 1px solid #333333;*/
}



/*
 * Menu link settings
 * Applies to links that are to be found within the menu items, no matter the menu level
 * Couleur texte menu par défaut en blanc #FFFFFF
 */
.metal_simple a {
	text-decoration: none;
	color: #ffffff;
	line-height: 23px;
	padding: 0px 8px 0px 5px;
	border-right:1px solid #454545;

	cursor: pointer;
}
/*
 * Menu link settings
 * Applies to links that are to be found within the second (or more) level menu items
 * Texte blanc menu déroulants
 */
.metal_simple ul a {
	color: #ffffff;
	line-height: 20px;
	padding: 0px 8px 0px 5px;
	border-right: none;
	border-left: none;
}



/*
 * Settings specific to the "METAL SIMPLE" skin only
 *
 */
 /* this applies to the first item of the first level */
.metal_simple li.first {
	background-image: url(../../../../graphics/css_menu/left_tab.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
/* this applies to the last item in the first level */
.metal_simple li.last {
	background-image: url(../../../../graphics/css_menu/right_tab.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}
/* this applies to the link inside the first item of the first level */
.metal_simple li.first a {
	border-left: none;
}
/* this applies to the link inside the last item of the first level */
.metal_simple li.last a {
	border-right: none;
}
/* this applies to the first/last item of the second (or more) level */
.metal_simple ul li.first,
.metal_simple ul li.last {
	background-image: none;
}

/***************************************************************************
* In this section, we will define what happens when mouse-overing an item  *
***************************************************************************/

/*
 * Mouse over on menu items
 * Applies to all menu items in all menu containers
 */
.metal_simple li.hover {
}
  
/*
 * Mouse over on menu items
 * Applies to second (or more) level menu items
 */
.metal_simple ul li.hover {
	background-color: #555555;
	border-bottom-color: #dddddd;
}

/*
 * Mouse over on links
 * Applies to all links in all menu items
 */
.metal_simple a.hover {
	color: #ff9900 !important;
}

/*
 * Mouse over on links
 * Applies to links located in the second (or more) level menu items
 */
.metal_simple ul a.hover {
  	color: #ffffff!important;
	font-weight: normal;
}


/*****************************************************************************
* In this section, we will define what happens when a menu item is selected  *
*****************************************************************************/

/*
 * Selected menu item
 * Applies to selected menu items in all menu containers
 */
.metal_simple li.selected {
}

/*
 * Selected menu item
 * Applies to second (or more) level selected menu items
 */
.metal_simple ul li.selected {
}

/*
 * Selected links
 * Applies to selected links in all menu items
 */
.metal_simple a.selected {
	color: #ff9900;
}

/*
 * Selected links
 * Applies to selected links located in the second (or more) level menu items
 */
.metal_simple ul a.selected {
}


/******************************************************************************
* In this section, we will define the menu arrows behavior                    *
* An arrow is inserted next to the menu item when the menu item has sub-menus *
******************************************************************************/

/* 
 * Define the arrow
 * Applies to all menu items that have sub-menus
 */
/*.metal_simple .arrow {
	background-image:url(img/arrow_horizontal_dark.gif);
	background-repeat: no-repeat;
	background-position: 7px 10px;
}*/

/* 
 * Define the arrow
 * Applies to all menu items that have sub-menus located in the second (or more) level
 */
/*.metal_simple .hover ul .arrow,
.metal_simple ul .arrow {
	background-image:url(img/arrow_horizontal_dark.gif);
	background-position:10px 9px;
}*/

/* 
 * Define the arrow on mouse over
 * Applies to all menu items that have sub-menus on mouse over
 */
/*.metal_simple .hover .arrow {
	background-image:url(img/arrow-red_vertical.gif);
	background-position: 9px 10px;
}*/

/* 
 * Define the arrow on mouse over
 * Applies to all menu items that have sub-menus located in the second (or more) level on mouse over
 */
/*.metal_simple ul .hover .arrow {
	background-image:url(img/arrow_horizontal_white.gif);
}*/
/*************************************************************************
* This is the LAYOUT style definition for the CSS menu                   *
* DO NOT alter this section, unless you know what you're doing           *
*************************************************************************/
div.horizontal {
	clear: both;
}
div.horizontal br {
	clear: both;
}
div.horizontal ul {
	margin: 0px;
	padding: 0px;
	display: block;
	float: left;
	clear: both;
	
}
div.horizontal li {
	list-style-type: none;
	display: block;
	float: left;
	clear: none;
	text-align: left;
    position: static;
}

div.horizontal li img {
	border: none;
}
div.horizontal a {
	clear: both;
	display: block;
	margin: 0px;
}
div.horizontal ul li ul {
	position: absolute;
	left: -5000px;
	top: -5000px;
	visibility: hidden;
	clear: both; 
}
div.horizontal ul li ul li {
	clear: both; 
}
div.horizontal ul li ul li a {
	clear: both;
}
.hasImg,
.hasImg a {
	padding: 0px !important;
	margin:	0px	!important;
	border:	none !important;
	outline: none !important;
	background:	transparent !important;
	width: auto !important;
}
