ul#cssmw {
  cursor: default;
  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: none;
}
ul#cssmw > li > a {
  background-image:none;
  border-bottom: none 1px #fff;
  border-right: none 1px #FFFFFF;
  border-top-style: none;
  color: #FFFFFF;
  display: block;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 10px;
  font-style: normal;
  font-weight: bold;
  margin: 0 0 0 0;
  padding: 15px 12px 5px 12px;
  text-decoration: none;
  text-transform: uppercase;
  height:16px;

}
ul#cssmw > li > a:visited {
  color: #FFFFFF;
}
ul#cssmw > li > a:active {
  background-color: #FAEEDB;
  color: #FFFFFF;
  font-weight: bold;
  text-decoration: none;
}
ul#cssmw > li:hover > a {
  background-image: url(../images/nav-selector.gif);
  background-repeat:no-repeat;
  background-position:bottom;
  color: #FFFFFF;
  font-weight: bold;
  text-decoration: none;
}

ul#cssmw > li.hover > a {
  color: #FFFFFF;
  font-weight: bold;
  text-decoration: none;
}

ul#cssmw > li.current > a.current {
  color: #FFFFFF;
  font-weight: bold;
  text-decoration: none;
}
ul#cssmw ul.level-1 {
  left: 0px;
  top: 100%;
}
ul#cssmw ul.level-1 > li {
  background-color: #FFFFFF;
  background-image:none;
}
ul#cssmw ul.level-1 > li > a {
  background-color: #FFFFFF;
  background-image: none;
  border-bottom: solid 1px #54352d;
  border-left: solid 1px #54352d;
  border-right: solid 1px #54352d;
  color: #54352d;
  display: block;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 10px;
  font-style: normal;
  font-weight: normal;
  margin: 0 0 0 0;
  padding: 5px 5px 5px 8px;
  text-decoration: none;
  text-transform: uppercase;
  width: 150px;
}
ul#cssmw ul.level-1 > li > a:visited {
  background-color: #FFFFFF;
  color: #54352d;
}
ul#cssmw ul.level-1 > li > a:active {
  background-color: #FFFFFF;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-left-style: solid;
  border-left-width: 1px;
  border-right: solid 1px #54352d;
  border-top: none;
  color: #54352d;
  font-weight: bold;
  text-decoration: none;
}
ul#cssmw ul.level-1 > li:hover > a {
  background-color: #1f6d41;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-left: solid 1px #54352d;
  border-right-style: solid;
  border-right-width: 1px;
  color: #FFFFFF;
  font-weight: bold;
  text-decoration: none;
}

ul#cssmw ul.level-1 > li.hover > a {
  background-color: #1f6d41;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-left: solid 1px #54352d;
  border-right-style: solid;
  border-right-width: 1px;
  color: #FFFFFF;
  font-weight: bold;
  text-decoration: none;
}

ul#cssmw ul.level-1 > li.current > a.current {
  background-color: #1f6d41;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-left: solid 1px #54352d;
  border-right-style: solid;
  border-right-width: 1px;
  color: #FFFFFF;
  font-weight: bold;
  text-decoration: none;
}
