ul#cssmw {
	cursor: default;
	list-style-type: none;
	margin: 0;
	padding: 0;
}
ul#cssmw ul {
	cursor: default;
	font-size: 12px;
	list-style-type: none;
	margin: 0;
	padding: 0;
}
ul#cssmw ul li {
	background-image: none;
	float: none;
}
ul#cssmw li {
  background-image: none;
  float: left;
  padding: 20 0 20 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 > a {
	background-color: #0b723b;
	background-image: none;
	color: #FFFFFF;
	display: block;
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	margin: 0;
	text-decoration: none;
	text-transform: uppercase;
	width: 147px;
	float: none;
	text-align: center;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: none;
	border-bottom-style: none;
	border-right-color: #d8caa8;
	border-bottom-color: #d8caa8;
	border-left-width: 1px;
	border-left-style: none;
	border-left-color: #d8caa8;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
}
ul#cssmw > li > a:active {
	background-color: #D8CAA8;
	color: #203417;
	font-weight: bold;
	text-decoration: none;
}
ul#cssmw > li:hover > a {
	background-color: #5c8332;
	color: #203417;
	font-weight: bold;
	text-decoration: none;
}
ul#cssmw ul.level-1 {
	left: 20px;
	top: 100%;
}
ul#cssmw ul.level-1 > li {
  background-image: none;
}
ul#cssmw ul.level-1 > li > a {
	background-color: #FAEEDB;
	background-image: none;
	border-bottom: solid 1px #fff;
	border-right: solid 1px #fff;
	color: #000000;
	display: block;
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	margin: 0 0 0 0;
	padding: 5px 5px 5px 5px;
	text-decoration: none;
	text-transform: uppercase;
	width: 175px;
}
ul#cssmw ul.level-1 > li > a:active {
	background-color: #d8caa8;
	color: #203417;
	font-weight: bold;
	text-decoration: none;
}
ul#cssmw ul.level-1 > li:hover > a {
	background-color: #d8caa8;
	color: #203417;
	font-weight: bold;
	text-decoration: none;
}
ul#cssmw ul.level-2 {
  left: 111px;
}
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: #203417;
	display: block;
	font-family: "Trebuchet MS", 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: uppercase;
	width: 100px;
}
ul#cssmw  li ul     {
	background-color: #d8caa8;
	color: #203417;
	font-weight: bold;
	text-decoration: none;
}
ul#cssmw ul.level-2 > li:hover > a {
	background-color: #d8caa8;
	color: #203417;
	font-weight: bold;
	text-decoration: none;
}
