ul#cssmw {
  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;
  border-bottom: solid 1px black;
  float: none;
  margin-bottom: -1px;
}
ul#cssmw li {
  background-image: none;
  border-bottom: solid 1px black;
  float: left;
  margin-bottom: -1px;
  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.current ul {
  position: absolute;
}
ul#cssmw li {
  background-image: none;
}
ul#cssmw li span {
  background-image: none;
  background-position: top;
  display: block;
}
ul#cssmw li span a {
  background-image: none;
  background-position: top top;
  color: #FFFFFF;
  display: block;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: normal;
  height: 24px;
  margin: 5px 0 0 0;
  padding-top: 12px;
  text-align: center;
  text-decoration: none;
  width: 120px;
}
ul#cssmw li * a {
  height: auto;
  width: auto;
}
ul#cssmw li span * a {
  height: auto;
  width: auto;
}
ul#cssmw li.hover span {
  display: block;
}

ul#cssmw li.current span.current {
  display: block;
}
ul#cssmw li.hover span a {
  background-color: #2D6191;
}

ul#cssmw li.current span.current a.current {
  background-color: #2D6191;
}
ul#cssmw ul.level-1 {
  left: 0px;
  padding-top: 7px;
  top: 100%;
}
ul#cssmw ul.level-1 li {
  background-image: none;
}
ul#cssmw ul.level-1 li a {
  background-color: #2D6191;
  background-image: none;
  border-bottom-width: 0px;
  border-left-color: #eeeeee;
  border-right-width: 0px;
  color: #FFFFFF;
  display: block;
  font-family: "Trebuchet MS", Helvetica, sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: normal;
  margin: 0 0 0 0;
  padding: 10px 10px 10px 15px;
  text-align: left;
  text-decoration: none;
  width: 145px;
}
ul#cssmw ul.level-1 li a.active {
  background-color: #eeeeee;
  border-bottom: dotted 1px #2d6191;
  border-right: solid 1px #eeeeee;
  color: #06245c;
  font-weight: bold;
  text-decoration: none;
}
ul#cssmw ul.level-1 li * a {
  height: auto;
  width: auto;
}
ul#cssmw ul.level-1 li span * a {
  height: auto;
  width: auto;
}
ul#cssmw ul.level-1 li.hover a {
  background-color: #06245C;
  border-right-color: #eeeeee;
  color: #FFFFFF;
  font-weight: normal;
  text-decoration: none;
}

ul#cssmw ul.level-1 li.current a.current {
  background-color: #06245C;
  border-right-color: #eeeeee;
  color: #FFFFFF;
  font-weight: normal;
  text-decoration: none;
}
