ul#cssmw {
  cursor: default;
  list-style-type: none;
  margin: 0 0 0 0;
  padding: 0 0 0 0;
}
ul#cssmw ul {
  cursor: default;
  list-style-type: none;
  margin: 0 0 0 0;
  padding: 0 0 0 0;
}
ul#cssmw ul li {
  background-image: none;
  float: none;
}
ul#cssmw li {
  background-image: none;
  float: left;
  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.hover > ul {
  display: block;
  position: absolute;
}

ul#cssmw li.current > ul {
  position: absolute;
}
ul#cssmw > li {
  background-image: url("../cssmw_images/left.png");
  background-position: left top;
  background-repeat: no-repeat;
}
ul#cssmw > li > span {
  background-image: url("../cssmw_images/right.png");
  background-position: right top;
  background-repeat: no-repeat;
  display: block;
}
ul#cssmw > li > span > a, ul#cssmw > li > span > a:link {
  background-image: url("../cssmw_images/center.png");
  background-repeat: repeat-x;
  color: #fff;
  display: block;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: bold;
  margin: 0 8px 0 8px;
  padding: 7px 9px 10px 9px;
  text-align: center;
  text-decoration: none;
  text-transform: none;
  outline-style: none;
}
ul#cssmw > li:hover {
  background-image: url("../cssmw_images/left_hover.png");
  background-position: left top;
  background-repeat: no-repeat;
}

ul#cssmw > li.hover {
  background-image: url("../cssmw_images/left_hover.png");
  background-position: left top;
  background-repeat: no-repeat;
}

ul#cssmw > li.current {
  background-image: url("../cssmw_images/left_hover.png");
  background-position: left top;
  background-repeat: no-repeat;
}
ul#cssmw > li:hover > span {
  background-image: url("../cssmw_images/right_hover.png");
  background-position: right top;
  background-repeat: no-repeat;
  display: block;
}

ul#cssmw > li.hover > span {
  background-image: url("../cssmw_images/right_hover.png");
  background-position: right top;
  background-repeat: no-repeat;
  display: block;
}

ul#cssmw > li.current > span.current {
  background-image: url("../cssmw_images/right_hover.png");
  background-position: right top;
  background-repeat: no-repeat;
  display: block;
}
ul#cssmw > li:hover > span > a, ul#cssmw > li:hover > span > a:link {
  background-image: url("../cssmw_images/center_hover.png");
  background-repeat: repeat-x;
  color: #bf6361;
  outline-style: none;
}

ul#cssmw > li.hover > span > a, ul#cssmw > li.hover > span > a:link {
  background-image: url("../cssmw_images/center_hover.png");
  background-repeat: repeat-x;
  color: #bf6361;
  outline-style: none;
}

ul#cssmw > li.current > span.current > a.current, ul#cssmw > li.current > span.current > a.current:link {
  background-image: url("../cssmw_images/center_hover.png");
  background-repeat: repeat-x;
  color: #bf6361;
  outline-style: none;
}
ul#cssmw ul.level-1 {
  left: 0px;
  margin-left: 22px;
  top: 100%;
}
ul#cssmw ul.level-1 > li {
  background-image: none;
}
ul#cssmw ul.level-1 > li > a, ul#cssmw ul.level-1 > li > a:link {
  background-color: #814140;
  background-image: none;
  border: solid 1px #666666;
  color: #f8e8d8;
  display: block;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: bold;
  margin: 0 0 0 0;
  padding: 5px 5px 5px 5px;
  text-align: left;
  text-decoration: none;
  width: 180px;
  outline-style: none;
}
ul#cssmw ul.level-1 > li > a:visited {
  border-width: 0px;
  outline-style: none;
}
ul#cssmw ul.level-1 > li > a:active, ul#cssmw ul.level-1 > li > a:focus {
  background-color: #D8DCBF;
  border-width: 0px;
  color: #2D2B2E;
  text-decoration: none;
  outline-style: none;
}
ul#cssmw ul.level-1 > li:hover > a, ul#cssmw ul.level-1 > li:hover > a:link {
  background-color: #f8e8d8;
  border: solid 1px #666666;
  color: #814140;
  text-decoration: none;
  outline-style: none;
}

ul#cssmw ul.level-1 > li.hover > a, ul#cssmw ul.level-1 > li.hover > a:link {
  background-color: #f8e8d8;
  border: solid 1px #666666;
  color: #814140;
  text-decoration: none;
  outline-style: none;
}

ul#cssmw ul.level-1 > li.current > a.current, ul#cssmw ul.level-1 > li.current > a.current:link {
  background-color: #f8e8d8;
  border: solid 1px #666666;
  color: #814140;
  text-decoration: none;
  outline-style: none;
}
