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;
}
ul#cssmw li ul {
  display: none;
  top: 0;
}
ul#cssmw li:hover > ul, ul#cssmw li:focus > ul {
  display: block;
  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-image: url("../cssmw_images/left.jpg");
  background-position: left top;
  background-repeat: no-repeat;
  display: block;  font-size: small;
  font-style: normal;
  font-weight: bold;
  margin: 0 0 0 0;
  padding: 5px 5px 5px 5px;
  text-align: center;
  text-decoration: none;
  width: 85px;
}
ul#cssmw > li:hover, ul#cssmw > li:focus {
  background-image: url("../cssmw_images/center_hover.jpg");
  background-repeat: repeat-x;
}
ul#cssmw > li:hover > span, ul#cssmw > li:focus > span {
  background-image: url("../cssmw_images/right_hover.jpg");
  background-position: right top;
  background-repeat: no-repeat;
  display: block;
}
ul#cssmw > li:hover > span > a, ul#cssmw > li:focus > span > a {
  background-image: url("../cssmw_images/left_hover.jpg");
  background-position: left top;
  background-repeat: no-repeat;
}
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: #333333;
  background-image: none;
  border-bottom: solid 1px #000000;
  border-left: solid 1px #000000;
  border-right: solid 1px #000000;
  display: block;  font-size: small;
  font-style: normal;
  font-weight: bold;
  margin: 0 0 0 0;
  padding: 5px 5px 5px 5px;
  text-align: left;
  text-decoration: none;
  width: 100px;
}
ul#cssmw ul.level-1 > li > a:active {  background-color: #666666;
  text-decoration: none;
}
ul#cssmw ul.level-1 > li:hover > a, ul#cssmw ul.level-1 > li:focus > a {  background-color: #666666;
  text-decoration: none;
}
ul#cssmw ul.level-2 {
  left: 112px;
}
ul#cssmw ul.level-2 > li {
  background-image: none;
}
ul#cssmw ul.level-2 > li > a {  background-color: #333333;
  background-image: none;
  border-bottom: solid 1px #000000;
  border-left: solid 1px #000000;
  border-right: solid 1px #000000;
  display: block;  font-size: small;
  font-style: normal;
  font-weight: bold;
  margin: 0 0 0 0;
  padding: 5px 5px 5px 5px;
  text-align: left;
  text-decoration: none;
  width: 100px;
}
ul#cssmw ul.level-2 > li > a:active {  background-color: #666666;
  text-decoration: none;
}
ul#cssmw ul.level-2 > li:hover > a, ul#cssmw ul.level-2 > li:focus > a {  background-color: #666666;
  text-decoration: none;
}
