ul#cssmw {
  background-image: url("../cssmw_images/bg.jpg");
  background-repeat: repeat-x;
  cursor: default;
  height: 30px;
  list-style-type: none;
  margin: 0 0 0 0;
  padding: 0 0 0 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;
  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/center.jpg");
  background-repeat: repeat-x;
}
ul#cssmw > li > span {
  background-image: url("../cssmw_images/right.jpg");
  background-position: right top;
  background-repeat: no-repeat;
  display: block;
}
ul#cssmw > li > span > a {
  background-attachment: fixed;
  background-image: url("../cssmw_images/left.jpg");
  background-position: left top;
  background-repeat: no-repeat;
  color: #fff;
  display: block;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 10px;
  font-style: normal;
  font-weight: normal;
  height: 20px;
  margin-bottom: 0;
  margin-left: 1px;
  margin-right: 1px;
  padding-left: 3px;
  padding-right: 3px;
  padding-top: 6px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  width: 80px;
}
ul#cssmw > li:hover > span {
  display: block;
}

ul#cssmw > li.hover > span {
  display: block;
}

ul#cssmw > li.current > span.current {
  display: block;
}
ul#cssmw ul.level-1 {
  left: 0px;
  top: 100%;
}
ul#cssmw ul.level-1 > li {
  background-image: none;
}
ul#cssmw ul.level-1 > li > span {
  background-image: none;
  display: block;
}
ul#cssmw ul.level-1 > li > span > a {
  background-color: #A31D24;
  background-image: none;
  border-bottom: dotted 1px #F4E1C9;
  border-left: solid 1px #F4E1C9;
  border-right: solid 1px #8B675A;
  color: #fff;
  display: block;
  font-family: "Trebuchet MS", Helvetica, sans-serif;
  font-size: 10px;
  font-style: normal;
  font-weight: bold;
  margin: 0 0 0 0;
  padding: 5px 5px 5px 5px;
  text-align: left;
  text-decoration: none;
  text-transform: uppercase;
  width: 100px;
}
ul#cssmw ul.level-1 > li > span > a:active {
  background-color: #F4E1C9;
  border-bottom: dotted 1px #DA5242;
  border-right: solid 1px #F4E1C9;
  color: #431E18;
  font-weight: bold;
  text-decoration: none;
}
ul#cssmw ul.level-1 > li:hover > span {
  display: block;
}

ul#cssmw ul.level-1 > li.hover > span {
  display: block;
}

ul#cssmw ul.level-1 > li.current > span.current {
  display: block;
}
ul#cssmw ul.level-1 > li:hover > span > a {
  background-color: #DDD648;
  border-bottom: dotted 1px #DA5242;
  border-right: solid 1px #F4E1C9;
  color: #431E18;
  font-weight: bold;
  text-decoration: none;
}

ul#cssmw ul.level-1 > li.hover > span > a {
  background-color: #DDD648;
  border-bottom: dotted 1px #DA5242;
  border-right: solid 1px #F4E1C9;
  color: #431E18;
  font-weight: bold;
  text-decoration: none;
}

ul#cssmw ul.level-1 > li.current > span.current > a.current {
  background-color: #DDD648;
  border-bottom: dotted 1px #DA5242;
  border-right: solid 1px #F4E1C9;
  color: #431E18;
  font-weight: bold;
  text-decoration: none;
}
