ul#cssmw {
	cursor: default;
	list-style-type: none;
	padding: 0;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 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 {
	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 {
	height: 35px;
}
ul#cssmw > li > a {
	background-image: url("../cssmw_images/nav_bg.jpg");
	background-repeat: repeat-x;
	color: #E86B8A;
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	font-weight: bold;
	margin: 0;
	text-align: left;
	text-decoration: none;
	text-transform: none;
	width: 100%;
	line-height: 35px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #F8F8F6;
	border-left-color: #EAEAE8;
}
ul#cssmw > li > a:active {
  background-color: #FAEEDB;
  color: #173232;
  font-weight: bold;
  text-decoration: none;
}
ul#cssmw > li:hover > a {
	background-color: #F7F6F4;
	color: #666;
	font-weight: bold;
	text-decoration: none;
	background-image: none;
}

ul#cssmw > li.hover > a {
	background-color: #F7F6F4;
	color: #666;
	font-weight: bold;
	text-decoration: none;
	background-image: url(none);
}

ul#cssmw > li.current > a.current {
  background-color: #FAEEDB;
  color: #173232;
  font-weight: bold;
  text-decoration: none;
}
ul#cssmw ul.level-1 {
  left: 0px;
  top: 100%;
}
ul#cssmw ul.level-1 > li {
	background-image: none;
	font-size: 20px;
}
h3 {
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-left: 10px;
	font-weight: bold;
	color: #333;
}
ul#cssmw ul.level-1 > li > a {
	background-color: #F7F6F4;
	background-image: url(../cssmw_images/triangle.jpg);
	background-position: right top;
	background-repeat: no-repeat;
	color: #666666;
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	line-height: 20px;
	margin: 0;
	text-decoration: none;
	text-transform: none;
	width: 130px;
	padding-right: 10px;
	padding-left: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
}
ul#cssmw ul.level-1 > li > a:active {
  color: #173232;
  font-weight: bold;
  text-decoration: none;
}
ul#cssmw ul.level-1 > li:hover > a {
  background-image: url("../cssmw_images/triangle.jpg");
  background-position: right bottom;
  background-repeat: no-repeat;
  color: #e2638a;
  font-weight: normal;
  text-decoration: none;
}

ul#cssmw ul.level-1 > li.hover > a {
  background-image: url("../cssmw_images/triangle.jpg");
  background-position: right bottom;
  background-repeat: no-repeat;
  color: #e2638a;
  font-weight: normal;
  text-decoration: none;
}

ul#cssmw ul.level-1 > li.current > a.current {
  background-image: url("../cssmw_images/triangle.jpg");
  background-position: right bottom;
  background-repeat: no-repeat;
  color: #e2638a;
  font-weight: normal;
  text-decoration: none;
}

