ul#cssmw {
  background-image: url("../cssmw_images/bg.jpg");
  background-repeat: repeat-x;
  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;
  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: 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;
	color: #fff;
	display: block;
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	font-weight: bold;
	height: 20px;
	margin: 0 0 0 0;
	padding: 6px 5px 4px 5px;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	width: 102px;
}
ul#cssmw > li:hover > span {
  display: block;
}
ul#cssmw > li:hover > span > a {
	color: #FFFF99;
}
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: #D75846;
  background-image: none;
  border-bottom: dotted 1px #E9E2D3;
  border-left: solid 1px #E9E2D3;
  border-right: solid 1px #826A50;
  color: #fff;
  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-align: left;
  text-decoration: none;
  text-transform: uppercase;
  width: 100px;
}
ul#cssmw ul.level-1 > li > a:active {
  background-color: #E9E2D3;
  border-bottom: dotted 1px #D75846;
  border-right: solid 1px #E9E2D3;
  color: #462220;
  font-weight: bold;
  text-decoration: none;
}
ul#cssmw ul.level-1 > li:hover > a {
  background-color: #E9E2D3;
  border-bottom: dotted 1px #D75846;
  border-right: solid 1px #E9E2D3;
  color: #462220;
  font-weight: bold;
  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: #D75846;
  background-image: none;
  border-bottom: dotted 1px #E9E2D3;
  border-left: solid 1px #E9E2D3;
  border-right: solid 1px #826A50;
  color: #fff;
  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-align: left;
  text-decoration: none;
  text-transform: uppercase;
  width: 100px;
}
ul#cssmw ul.level-2 > li > a:active {
  background-color: #E9E2D3;
  border-bottom: dotted 1px #D75846;
  border-right: solid 1px #E9E2D3;
  color: #462220;
  font-weight: bold;
  text-decoration: none;
}
ul#cssmw ul.level-2 > li:hover > a {
  background-color: #E9E2D3;
  border-bottom: dotted 1px #D75846;
  border-right: solid 1px #E9E2D3;
  color: #462220;
  font-weight: bold;
  text-decoration: none;
}
