ul#cssmw {
  cursor: default;
  list-style-type: none;
  margin: 0 0 0 0;
  padding: 0 0 0 0;
}
ul#cssmw ul {
  cursor: default;
  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;
  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;
	background-position: top;
	color: #FFF;
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	margin: 0;
	text-align: left;
	text-decoration: none;
	padding-top: 25px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 10px;
	height: 22px;
}
ul#cssmw > li > a:active {
  color: #993A00;
}
ul#cssmw > li:hover > a {
  color: #E39237;
  text-decoration: none;
}

ul#cssmw > li.hover > a {
  color: #E39237;
  text-decoration: none;
}

ul#cssmw > li.current > a.current {
  color: #E39237;
  text-decoration: none;
}
ul#cssmw ul.level-1 {
  left: 0px;
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  top: 100%;
}
ul#cssmw ul.level-1 > li {
  background-image: none;
}
ul#cssmw ul.level-1 > li > a {
	background-color: #ECE2AF;
	background-image: none;
	background-position: left 50%;
	background-repeat: no-repeat;
	border-bottom: solid 1px #B7B7B7;
	color: #666666;
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	height: 20px;
	line-height: 20px;
	padding: 4px 8px 4px 15px;
	text-align: left;
	text-decoration: none;
	width: 205px;
}
ul#cssmw ul.level-1 > li > a:active {
  color: #820B03;
}
ul#cssmw ul.level-1 > li:hover > a {
	background-color: #D1B470;
	color: #FFF;
	text-decoration: none;
}

ul#cssmw ul.level-1 > li.hover > a {
	background-color: #D3B875;
	color: #FFF;
	text-decoration: none;
}

ul#cssmw ul.level-1 > li.current > a.current {
	background-color: #911C2C;
	color: #FFF;
	text-decoration: none;
}

