ul#cssmw_home {
	background-color: #282828;
	background-image: url("../cssmw_home_images/overlay_both.png");
	background-repeat: repeat-x;
	cursor: default;
	height: 53px;
	list-style-type: none;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}
ul#cssmw_home ul {
  cursor: default;
  font-size: 0;
  list-style-type: none;
  margin: 0 0 0 0;
  padding: 0 0 0 0;
}
ul#cssmw_home ul li {
  background-image: none;
  float: none;
}
ul#cssmw_home li {
  background-image: none;
  float: left;
  padding: 0 0 0 0;
  position: relative;
  white-space: nowrap;
  z-index: 100;
}
ul#cssmw_home li ul {
  display: none;
  top: 0;
}
ul#cssmw_home li:hover > ul {
  display: block;
  position: absolute;
}

ul#cssmw_home li.hover > ul {
  display: block;
  position: absolute;
}

ul#cssmw_home li.current > ul {
  position: absolute;
}
ul#cssmw_home > li {
  background-image: none;
}
ul#cssmw_home > li > a, ul#cssmw_home > li > a:link {
  background-image: none;
  color: #fff;
  display: block;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: normal;
  height: 53px;
  line-height: 53px;
  margin: 0 0 0 0;
  padding: 0px 5px 0px 10px;
  text-align: left;
  text-decoration: none;
  text-transform: none;
  width: 136px;
  outline-style: none;
}
ul#cssmw_home > li:hover > a, ul#cssmw_home > li:hover > a:link {
	background-color: #4E4E4E;
	background-image: url("../cssmw_home_images/overlay_both.png");
	background-repeat: repeat-x;
	color: #FFF;
	outline-style: none;
}

ul#cssmw_home > li.hover > a, ul#cssmw_home > li.hover > a:link {
	background-color: #4E4E4E;
	background-image: url("../cssmw_home_images/overlay_both.png");
	background-repeat: repeat-x;
	color: #000;
	outline-style: none;
}

ul#cssmw_home > li.current > a.current, ul#cssmw_home > li.current > a.current:link {
	background-color: #CCC;
	background-image: url("../cssmw_home_images/overlay_both.png");
	background-repeat: repeat-x;
	color: #000;
	outline-style: none;
}
ul#cssmw_home ul.level-1 {
  left: 0px;
  padding: 2px 0 0 0;
  top: 100%;
}
ul#cssmw_home ul.level-1 > li {
  background-image: none;
}
ul#cssmw_home ul.level-1 > li > a, ul#cssmw_home ul.level-1 > li > a:link {
  background-color: #282828;
  background-image: none;
  color: #fff;
  display: block;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: normal;
  height: 20px;
  line-height: 20px;
  margin: 0 1px 0 0;
  padding: 3px 5px 3px 10px;
  text-align: left;
  text-decoration: none;
  text-transform: none;
  width: 136px;
  outline-style: none;
}
ul#cssmw_home ul.level-1 > li:hover > a, ul#cssmw_home ul.level-1 > li:hover > a:link {
  background-color: #9db367;
  color: #000;
  outline-style: none;
}

ul#cssmw_home ul.level-1 > li.hover > a, ul#cssmw_home ul.level-1 > li.hover > a:link {
  background-color: #9db367;
  color: #000;
  outline-style: none;
}

ul#cssmw_home ul.level-1 > li.current > a.current, ul#cssmw_home ul.level-1 > li.current > a.current:link {
  background-color: #9db367;
  color: #000;
  outline-style: none;
}
