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: url(../cssmw_images/leftb.jpg);
	background-position: left top;
	background-repeat: no-repeat;
}
ul#cssmw > li > span {
	background-image: url(../cssmw_images/rightb.png);
	background-position: right top;
	background-repeat: no-repeat;
	display: block;
}
ul#cssmw > li > span > a, ul#cssmw > li > span > a:link {
	background-image: url(../cssmw_images/centerb.jpg);
	background-repeat: repeat-x;
	color: #FFF;
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: bold;
	padding: 5px;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	width: 70px;
	outline-style: none;
	margin-top: 0px;
	margin-right: 8px;
	margin-bottom: 0;
	margin-left: 8px;
	line-height: 18px;
}
ul#cssmw > li:hover {
	background-position: left top;
	background-repeat: no-repeat;
}

ul#cssmw > li.hover {
	background-position: left top;
	background-repeat: no-repeat;
}

ul#cssmw > li.current {
	background-position: left top;
	background-repeat: no-repeat;
}

ul#cssmw > li.hover > span {
  background-image: url("");
  background-position: right top;
  background-repeat: no-repeat;
  display: block;
}

ul#cssmw > li.current > span.current {
	background-position: right top;
	background-repeat: no-repeat;
	display: block;
}
ul#cssmw > li:hover > span > a, ul#cssmw > li:hover > span > a:link {
	background-repeat: repeat-x;
	outline-style: none;
}

ul#cssmw > li.hover > span > a, ul#cssmw > li.hover > span > a:link {
	background-repeat: repeat-x;
	outline-style: none;
}

ul#cssmw > li.current > span.current > a.current, ul#cssmw > li.current > span.current > a.current:link {
	background-repeat: repeat-x;
	outline-style: none;
}
ul#cssmw ul.level-1 {
  left: 0px;
  top: 100%;
}
ul#cssmw ul.level-1 > li {
  background-image: none;
}
ul#cssmw ul.level-1 > li > a, ul#cssmw ul.level-1 > li > a:link {
	background-color: #fff;
	background-image: none;
	color: #2D2B2E;
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: bold;
	margin: 0 0 0 0;
	padding: 5px 5px 5px 5px;
	text-align: left;
	text-decoration: none;
	text-transform: uppercase;
	width: 100px;
	outline-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-style: none;
}
ul#cssmw ul.level-1 > li > a:active, ul#cssmw ul.level-1 > li > a:focus {
	background-color: #CDDAD2;
	color: #2D2B2E;
	text-decoration: none;
	outline-style: none;
}
ul#cssmw ul.level-1 > li:hover > a, ul#cssmw ul.level-1 > li:hover > a:link {
	background-color: #CDDAD2;
	color: #2D2B2E;
	text-decoration: none;
	outline-style: none;
}

ul#cssmw ul.level-1 > li.hover > a, ul#cssmw ul.level-1 > li.hover > a:link {
	background-color: #CDDAD2;
	color: #2D2B2E;
	text-decoration: none;
	outline-style: none;
}

ul#cssmw ul.level-1 > li.current > a.current, ul#cssmw ul.level-1 > li.current > a.current:link {
	background-color: #CDDAD2;
	color: #2D2B2E;
	text-decoration: none;
	outline-style: none;
}

