.menu_ecc  {
	font-size: 1em;
	font-family: "Trebuchet MS";
	vertical-align: middle;	
	margin-left:30px;
	margin-bottom:50px;
}

.menu_ecc ul{
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.menu_ecc ul li{
	position: relative;
	display: inline;
	float: left;
	width: 89px;
}

.menu_ecc ul li a{
	display: block;
	/* Arriere plan pour les onglets */
	background: rgb(63, 75, 117) top center repeat-x;
	/* Espace entre les onglets */
	margin-right: 1px; 
	border: 1px solid rgb(102, 0, 0);
	border-bottom-width: 1px;
	/* la couleur de la font des onglets*/
	color: white;
	text-align: center;
	height:24px;
	/* Enleve le souligné par défaut */
	text-decoration: none;
}
	
.menu_ecc ul li ul{
	position: absolute;
	left: 0;
	display: block;
	visibility: hidden;
	border-top: 0px solid white;
}

.menu_ecc ul li ul li{
	display: list-item;
	float: none;
}

.menu_ecc ul li ul li ul{ 
	left: 89px;
	top: 0;
}

.menu_ecc ul li ul li a{
	font-family: "Trebuchet MS",  sans-serif ;
	font-size:0.9em;
	background: #CED7F9;
	border-width: 0;
	border-bottom: 0px solid white;
	color: rgb(63, 75, 117);
}

.menu_ecc ul li a:hover{
	text-decoration: underline ;
	color: white;
	background: rgb(63, 75, 117);
}

.menu_ecc .mainfoldericon{
	background: rgb(63, 75, 117) no-repeat center right;
}

.menu_ecc .subfoldericon{
	background: rgb(63, 75, 117) no-repeat center right;
}

* html p#iepara{ /*For a paragraph (if any) that immediately follows suckertree menu, add 1em top spacing between the two in IE*/
	padding-top: 1em;
}
	
/* Holly Hack for IE \*/
* html .menu_ecc ul li { float: left; height: 1%; }
* html .menu_ecc ul li a { height: 1%; }
/* End */