ul#menu li ul{
  display:none;
}

ul#menu li:hover>ul{
  display:block;
}


ul#menu{
  border-top:1px solid black;
  margin:0px;
  padding:0px;
  list-style:none;
  width:100%;
  background:orange;
  float:left;
}

ul#menu hr{
 margin-right: 4px;
 margin-left: 4px;
}

ul#menu li{
  float:left;
  display:block;
  padding:2px 1px;
  padding-left:10px;
  padding-right:10px;
}

ul#menu li.first{
  padding-left:2px;
}

ul#menu li.last{
  padding-right:2px;
}

ul#menu li a{
  display:block;
  padding:2px 6px;
  border:1px solid orange;
  color:black;
  text-decoration:none;
}

ul#menu li a:hover{
  border-top-color:#F0F0F0;
  border-left-color:#F0F0F0;
  border-right-color:#999999;
  border-bottom-color:#999999;
}

ul#menu li a.inac{
  color:#888888;
  border-top-color:#F0F0F0;
  border-left-color:#F0F0F0;
  border-right-color:#999999;
  border-bottom-color:#999999;
}


ul#menu ul{
  position:absolute;
  background:orange url(imgmenuencascade/m1.gif) repeat-y -160px 0%;
  list-style:none;
  margin:0px;
  padding:0px;
  width:230px;
  z-index:1;
  border-bottom:1px outset;
  border-left:1px solid;
  border-right:1px outset;
  border-top:1px solid;
  border-top-color:#F0F0F0;
  border-left-color:#F0F0F0;
  border-right-color:#999999;
  border-bottom-color:#999999;

}

ul#menu ul ul{
  top:0px;
  left:195px;
  z-index:2;
  border-bottom:1px outset;
  border-left:1px solid;
  border-right:1px outset;
  border-top:1px solid;
  border-top-color:#F0F0F0;
  border-left-color:#F0F0F0;
  border-right-color:#999999;
  border-bottom-color:#999999;
  width:230px;
}

ul#menu ul li{
  position:relative;
  float:none;
  margin:0px;
  padding:0px;
  _display:inline;
}

ul#menu ul li a{
  display:block;
  margin:0px;
  padding:0px;
  width:230px;
  border:none;
}
ul#menu ul li a span{
  display:block;
  width:214px;
  _width:226px;
  padding:2px 6px;
  margin:0px 2px;
  border:none;
  cursor:hand;
}

ul#menu ul li a.next span{
  background:url(fleche.gif) no-repeat -30% 50%;
}
ul#menu ul li a.next:hover span{
  background-position: -120px 50%;
}

ul#menu ul li a:hover span{
  background-color:darkorange;
  color:white;
  border:none;
}

ul#menu ul li.first{
  padding-left:0px;
}

ul#menu ul li.first a{
  padding-top:2px;
	background:url(imgmenuencascade/m1.gif) no-repeat -320px 0%;
}
ul#menu ul li.last{
  padding-right:0px;
}

ul#menu ul li.last a{
  padding-bottom:2px;
	background:url(imgmenuencascade/m1.gif) no-repeat left bottom;
}