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;
}
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-color: #E3DBE7;
	background-image: none;
	border-bottom: solid 4px #FFFFFF;
	border-left-color: #396;
	border-left-width: 0px;
	border-right: solid 2px #FFFFFF;
	color: #936;
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	height: 18px;
	margin: 0 0 0 0;
	padding: 3px 5px 1px 5px;
	text-align: center;
	text-decoration: none;
	width: 100px;
}
ul#cssmw > li > a:active {
	background-color: #FAEEDB;
	color: #FFF;
	font-weight: bold;
	text-decoration: none;
}
ul#cssmw > li:hover > a {
	background-color: #B399C0;
	color: #FFF;
	font-weight: bold;
	text-decoration: none;
}

ul#cssmw > li.hover > a {
	background-color: #B399C0;
	color: #FFF;
	font-weight: bold;
	text-decoration: none;
}

ul#cssmw > li.current > a.current {
	background-color: #E3DBE7;
	color: #FFF;
	font-weight: bold;
	text-decoration: none;
}
ul#cssmw ul.level-1 {
  left: 0px;
  margin-top: 0px;
  top: 100%;
}
ul#cssmw ul.level-1 > li {
  background-image: none;
}
ul#cssmw ul.level-1 > li > a {
  background-color: #884B87;
  background-image: none;
  border-bottom: solid 1px #FFFFFF;
  border-left: solid 2px #FFFFFF;
  border-right: solid 2px #fff;
  color: #FFFFFF;
  display: block;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 10px;
  font-style: normal;
  font-weight: bold;
  margin: 0 0 0 0;
  padding: 4px 5px 4px 5px;
  text-decoration: none;
  width: 100px;
}
ul#cssmw ul.level-1 > li > a:active {
  background-color: #E0AA81;
  color: #173232;
  font-weight: bold;
  text-decoration: none;
}
ul#cssmw ul.level-1 > li:hover > a {
	background-color: #E3DBE7;
	color: #884B87;
	font-weight: bold;
	text-decoration: none;
}

ul#cssmw ul.level-1 > li.hover > a {
  background-color: #884B87;
  color: #125CA5;
  font-weight: bold;
  text-decoration: none;
}

ul#cssmw ul.level-1 > li.current > a.current {
  background-color: #E3DBE7;
  color: #125CA5;
  font-weight: bold;
  text-decoration: none;
}

