ul#menulist li ul{ display:none;}

ul#menulist li:hover>ul{ display:block;}

ul#menulist {
	font-family: Trebuchet MS, Arial, Helvetica;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	position: static;
	list-style:none;
	margin:0;
	padding:3px;
	spacing:0px;
	text-align:center;
}

/* style pour le menu - niveau 2 */
ul#menulist ul.smenu {
  position:absolute;
  top:25px;
  left:0px;
  list-style: none;
  line-height: 1;
  margin:0;
  padding:0;
  width:180px;
  /*border: 1px solid;
  border-top-color: #A0A0A0;
  border-left-color: #A0A0A0;
  border-bottom-color: #A0A0A0;
  border-right-color: #A0A0A0;*/
  background-color: #1B0069;
  font-family: Trebuchet MS, Arial, Helvetica;
  color: #FFFFFF;
  font-size: 10px;
  text-align:left;
}
/* style pour le menu - niveau 1 */
ul#menulist li{
	color: #FFFFFF;
	position:relative;
	margin:0px;
	padding:0px;
	_display:inline;
	font-family: Trebuchet MS, Arial, Helvetica;
	font-size: 11px;
	list-style:none;	
	font-weight:bold
}

ul#menulist a{
color: #FFFFFF;
  display:block;
  width:100%;
  text-decoration: none;
  text-indent: 1em;
  /*width: 12.7em;*/
  padding: 5px 0;
}

ul#menulist li:hover, ul#menulist li a:hover {
  color: #FFFFFF;
  background-color: #1B0069;
  background: transparent url(../images/flechemenu.gif) no-repeat center top; 
}

ul#menulist li.smenu>a {
  /*font-style: italic;*/
}

ul#menulist ul.smenu2 {
  position:absolute;
  top:0px;
  left:170px;
  list-style: none;
  line-height: 1;
  list-style:none;
  margin:0;
  padding:1px;
  width:240px;
  /*border: 1px solid;
  border-top-color: #A0A0A0;
  border-left-color: #A0A0A0;
  border-bottom-color: #A0A0A0;
  border-right-color: #A0A0A0;*/
 background-color: #1B0069;
  font-family: Trebuchet MS, Arial, Helvetica;
  font-size: 10px;
color: #FFFFFF;
  text-align:left;
}

ul#menulist a {
  text-decoration: none;
}