ul#cssmw {
  cursor: default;
  list-style-type: none;
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  width: 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;
}
ul#cssmw li {
  background-image: none;
  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: none;
}
ul#cssmw > li > a {
  background-image: none;
  border-bottom: solid 1px #fff;
  border-right: solid 1px #fff;
  color: #703315;
  display: block;
  font-family: "Times New Roman", Times, serif;
  font-size: 17px;
  font-style: normal;
  font-weight: bold;
  margin: 0 0 0 0;
  padding: 5px 5px 15px 5px;
  text-decoration: none;
  width: 100px;
}
ul#cssmw > li > a:active {
	background-color: #FAEEDB;
	color: #009EE0;
	font-weight: bold;
	text-decoration: none;
}
ul#cssmw > li:hover > a {
	color: #009EE0;
	font-weight: bold;
	text-decoration: none;
}

ul#cssmw > li.hover > a {
	color: #009EE0;
	font-weight: bold;
	text-decoration: none;
}

ul#cssmw > li.current > a.current, ul#cssmw > li.current > a.current:link {
  color: #96CB00;
  font-weight: bold;
  text-decoration: none;
  outline-style: none;
}