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;
  text-align:center;  
}
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;
    text-align:center;
}
ul#cssmw > li > span > a {
  background-color: #a2a5b9;
  background-image: url("../cssmw_images/menu_bg.jpg");
  border-bottom: none;
  border-right: none;
  color: #003300;
  display: block;
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 12px;
  font-style: normal;
  font-weight: bold;
  margin: 0 0 0 0;
  padding: 10px 28px 10px 28px;
  text-decoration: none;
  text-transform: uppercase;
  /*width: 100px;*/
}
ul#cssmw > li:hover > span {
  display: block;
}
ul#cssmw > li:hover > span > a {
  background-color: #10552B;
  background-image: none;
  color: #FFFFFF;
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 12px;
  font-style: normal;
  font-weight: bold;
  text-decoration: none;
  text-transform: uppercase;
}
ul#cssmw ul.level-1 {
  left: 0px;
  top: 100%;
/*	If you want sub menu to be semi transparent, add opacity settings here.
	opacity:.60;
	moz-opacity:.60;
	filter:alpha(opacity=60);  */
}
ul#cssmw ul.level-1 > li {
  background-image: none;
}
ul#cssmw ul.level-1 > li > span {
  background-image: none;
  display: block;
  text-align:left;
}
ul#cssmw ul.level-1 > li > span > a {
  background-color: #F5E296;
  background-image: none;
  border-bottom: solid 1px #10552B;
  border-right: solid 1px #fff;
  color: #10552B;
  display: block;
  font-family: Tahoma, Geneva, sans-serif;
  font-size: 10px;
  font-style: normal;
  font-weight: bold;
  margin: 0px 0px 0px 0px;
  padding: 5px 5px 5px 5px;
  text-decoration: none;
  text-transform: uppercase;
  width: 200px;
}
ul#cssmw ul.level-1 > li > span > a:active {
  background-color: #E0AA81;
  color: #173232;
  font-weight: bold;
  text-decoration: none;
}
ul#cssmw ul.level-1 > li:hover > span {
  display: block;
}
ul#cssmw ul.level-1 > li:hover > span > a {
  background-color: #EAC817;
  color: #173232;
  font-weight: bold;
  text-decoration: none;
}
ul#cssmw ul.level-2 {
  left: 131px;
}
ul#cssmw ul.level-2 > li {
  background-image: none;
}
ul#cssmw ul.level-2 > li > a {
  background-color: #FAEEDB;
  background-image: none;
  border-bottom: solid 1px #fff;
  border-right: solid 1px #fff;
  color: #173232;
  display: block;
  font-family: "Trebuchet MS", Helvetica, sans-serif;
  font-size: 10px;
  font-style: normal;
  font-weight: bold;
  margin: 0 0 0 0;
  padding: 5px 5px 5px 5px;
  text-decoration: none;
  text-transform: uppercase;
  width: 120px;
}
ul#cssmw ul.level-2 > li > a:active {
  background-color: #E0AA81;
  color: #173232;
  font-weight: bold;
  text-decoration: none;
}
ul#cssmw ul.level-2 > li:hover > a {
  background-color: #E0AA81;
  color: #173232;
  font-weight: bold;
  text-decoration: none;
}
