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: url("../cssmw_images/red.jpg");
  background-position: right bottom;
  background-repeat: no-repeat;
}
ul#cssmw > li > a {
  background-image: none;
  color: #FFFFFF;
  display: block;
  font-family: Geneva, Arial, Helvetica, sans-serif;
  font-size: 13px;
  font-style: normal;
  font-weight: normal;
  height: 30px;
  line-height: 30px;
  margin: 20px 0px 0px 0px;
  padding: 0px 27px 0px 27px;
  text-decoration: none;
  width: auto;
}
ul#cssmw > li > a:active {
  color: #CCCCCC;
  font-weight: normal;
  text-decoration: none;
}
ul#cssmw > li:hover > a {
  color: #CCCCCC;
  font-weight: normal;
  text-decoration: none;
}

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

ul#cssmw > li.current > a.current {
  color: #CCCCCC;
  font-weight: normal;
  text-decoration: none;
}
ul#cssmw ul.level-1 {
  left: 0px;
  top: 100%;
}
ul#cssmw ul.level-1 > li {
  background-image: none;
}
ul#cssmw ul.level-1 > li > a {
  background-color: #000000;
  background-image: none;
  border-bottom: solid 1px #fff;
  border-right: solid 1px #000000;
  color: #FFFFFF;
  display: block;
  font-family: Geneva, Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: normal;
  margin: 0 0 0 0;
  padding: 5px 5px 5px 5px;
  text-decoration: none;
  width: 165px;
}
ul#cssmw ul.level-1 > li > a:active {
  background-color: #000000;
  color: #CCCCCC;
  font-weight: normal;
  text-decoration: none;
}
ul#cssmw ul.level-1 > li:hover > a {
  background-color: #000000;
  color: #CCCCCC;
  font-weight: normal;
  text-decoration: none;
}

ul#cssmw ul.level-1 > li.hover > a {
  background-color: #000000;
  color: #CCCCCC;
  font-weight: normal;
  text-decoration: none;
}

ul#cssmw ul.level-1 > li.current > a.current {
  background-color: #000000;
  color: #CCCCCC;
  font-weight: normal;
  text-decoration: none;
}
ul#cssmw > li > .blue{
  background-image: url("../cssmw_images/blue.jpg");
  background-position: right bottom;
  background-repeat: no-repeat;
}
ul#cssmw > li > .black{
  background-image: url("../cssmw_images/black.jpg");
  background-position: right bottom;
  background-repeat: no-repeat;
}
ul#cssmw > li > .green{
  background-image: url("../cssmw_images/green.jpg");
  background-position: right bottom;
  background-repeat: no-repeat;
}
ul#cssmw > li > .orange{
  background-image: url("../cssmw_images/orange.jpg");
  background-position: right bottom;
  background-repeat: no-repeat;
}
ul#cssmw > li > .purple{
  background-image: url("../cssmw_images/purple.jpg");
  background-position: right bottom;
  background-repeat: no-repeat;
}
ul#cssmw > li > .yellow{
  background-image: url("../cssmw_images/yellow.jpg");
  background-position: right bottom;
  background-repeat: no-repeat;
}
ul#cssmw > li > .red{
  background-image: url("../cssmw_images/red.jpg");
  background-position: right bottom;
  background-repeat: no-repeat;
}