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 li {
  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 {
	padding-left: 7px;
}
ul#cssmw > li > a {
	background-color: #FFFFFF;
	color: #59529D;
	display: block;/*height: 1.5em;*/
	font-size: 11px;
	line-height: 1.3em;
	margin: 0 0 0 0;
	padding: 5px 10px 5px 5px;
	text-decoration: none;
	width: 150px;
	font-weight: bold;
	text-transform: uppercase;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #FFFFFF;
}
ul#cssmw > li:hover > a, ul#cssmw > li a.current  {
	border-bottom: dotted 1px #9BB6D2;
	color: #DE7436;
	text-decoration: none;
}
ul#cssmw ul.level-1 {
  left: 172px;
}
ul#cssmw ul.level-1 > li {
}
ul#cssmw ul.level-1 > li > a {
	background-color: #DE7436;
	color: #FFFFFF;
	display: block;
	font-size: 11px;
	font-style: normal;
	line-height: 1.5em;
	margin: 0 0 0 0;
	padding: 5px 10px 5px 5px;
	text-decoration: none;
	width: 150px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
}
ul#cssmw ul.level-1 > li:hover > a {
	background-color: #cc3a3d;
	border-bottom: dotted 1px #9BB6D2;
	color: #FFFFFF;
	text-decoration: none;
}



ul#cssmw li:hover > ul.level-1a {
	position: relative;
}

ul#cssmw li ul.level-1a {
	display: block;
}

ul#cssmw ul.level-1a > li {
}
ul#cssmw ul.level-1a > li > a {
	display: block;
	font-size: 11px;
	font-style: normal;
	line-height: 1.3em;
	margin: 0;
	text-decoration: none;
	width: 140px;
	padding-top: 2px;
	padding-bottom: 6px;
	padding-left: 20px;
	color: #59529D;
	font-weight: normal;
}
ul#cssmw ul.level-1a > li:hover > a, ul#cssmw ul.level-1a > li a.current {
	text-decoration: none;
	color: #DE7436;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.liSpace {
	margin-top: 20px;
}
