ul#cssmw {
  cursor: default;
  list-style-type: none;
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  width: 0;
}
ul#cssmw ul {
  cursor: default;
  font-size: 0;
  list-style-type: none;
  margin: 0 0 0 0;
  padding: 0 0 0 0;
}
ul#cssmw ul li {
  background-image: none;
  border-bottom: solid 1px black;
  margin-bottom: -1px;
}
ul#cssmw li {
  zoom:1;
  background-image: none;
  border-bottom: solid 1px black;
  margin-bottom: -1px;
  padding: 0 0 0 0;
  position: relative;
  white-space: nowrap;
  z-index: 100;
}
ul#cssmw li ul {
  display: none;
  top: 0;
}
ul#cssmw li.hover ul {
  display: block;
  position: absolute;
}

ul#cssmw li.current ul {
  position: absolute;
}
ul#cssmw li {
  zoom:1;
  background-image: none;
}
ul#cssmw li span {
  background-image: none;
  display: block;
}
ul#cssmw li span a {
  background-image: url("../cssmw_images/boutonup.jpg");
  background-repeat: repeat-x;
  color: #ECE2D7;
  display: block;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-style: normal;
  height: 18px;
  line-height: 16px;
  margin: 0 0 0 0;
  padding: 4px 10px 4px 6px;
  text-decoration: none;
  width: 150px;
}
ul#cssmw li span a.active {
  background-image: url("../cssmw_images/boutonover.jpg");
  background-position: top;
  background-repeat: repeat-x;
  color: #C92274;
  text-decoration: underline;
}
ul#cssmw li * a {
  height: auto;
  width: auto;
}
ul#cssmw li span * a {
  height: auto;
  width: auto;
}
ul#cssmw li.hover span {
  display: block;
}

ul#cssmw li.current span.current {
  display: block;
}
ul#cssmw li.hover span a {
  background-image: url("../cssmw_images/boutonover.jpg");
  background-position: top;
  background-repeat: repeat-x;
  border-bottom-style: none;
  color: #C92274;
  text-decoration: none;
}

ul#cssmw li.current span.current a.current {
  background-image: url("../cssmw_images/boutonover.jpg");
  background-position: top;
  background-repeat: repeat-x;
  border-bottom-style: none;
  color: #C92274;
  text-decoration: none;
}
