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;
}
ul#cssmw li ul {
  display: none;
  top: 0;
}
ul#cssmw li:hover > ul {
  display: block;
  position: absolute;
}
ul#cssmw > li {
  background-image: none;
}
ul#cssmw > li > span {
  background-image: none;
  display: block;
}
ul#cssmw > li > span > a {
  background-color: #073273;
  background-image: none;
  border-bottom: solid 1px #4a5b75;
  border-left: solid 1px #fff;
  border-right: solid 1px #4a5b75;
  border-top: solid 1px #fff;
  color: #fff;
  display: block;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: bold;
  margin: 0 0 0 0;
  padding: 5px 5px 5px 5px;
  text-decoration: none;
  text-transform: capitalize;
  width: 110px;
}
ul#cssmw > li > span > a:active {
  background-color: #00ffff;  
  border-bottom: solid 1px #4a5b75;
  border-left: solid 1px #fff;
  border-right: solid 1px #4a5b75;
  border-top: solid 1px #fff;
  color: #073273; 
  text-decoration: none;
}
ul#cssmw > li:hover > span {
  display: block;
}
ul#cssmw > li:hover > span > a {
  background-color: #00ffff; 
  border-bottom: solid 1px #4a5b75;
  border-left: solid 1px #fff;
  border-right: solid 1px #4a5b75;
  border-top: solid 1px #fff;
  color: #073273;
  text-decoration: none;
  text-transform: uppercase;
}

