ul#cssmw {
	cursor: default;
	list-style-type: none;
	margin: 0 0 0 0;
	padding: 0 0 0 75px;
	position:static;
	z-index: 999;
}
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;
}
ul#cssmw li ul {
  display: none;
  top: 0;
}
ul#cssmw li:hover > ul {
  display: block;
  position: absolute;
}
ul#cssmw > li {
/*  background-image: url("../cssmw_images/left.gif");
  background-position: left top;
  background-repeat: no-repeat; */
}
ul#cssmw > li > span {
/*  background-image: url("../cssmw_images/right.gif");
  background-position: right top;
  background-repeat: no-repeat; */
  display: block;
}

ul#cssmw > li > span > a {/* This one controls the space of the buttons*/
/*  background-image: url("../cssmw_images/center.jpg");
  background-repeat: repeat-x; */
  color: #fff;
  display: block;
  font-family: Geneva, Arial, Helvetica, sans-serif;
  font-size: 14px;
  font-weight: bold;
  height: 15px;
  margin: 0 6px 0 6px;
  padding:8px 4px 6px 4px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  width: auto;
}
ul#cssmw > li:hover {
	background-image: url("../cssmw_images/left_hover.gif");
  background-position: left top;
  background-repeat: no-repeat;
}
ul#cssmw > li:hover > span {
  background-image: url("../cssmw_images/right_hover.gif");
  background-position: right top;
  background-repeat: no-repeat;
  display: block;
}
ul#cssmw > li:hover > span > a {
	background-image: url("../cssmw_images/center_hover.jpg");
	background-repeat: repeat-x;
	color: #4093C7;
	font-weight: bold;
	text-decoration: 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 > span {
  background-image: none;
  display: block;
}
ul#cssmw ul.level-1 > li > span > a {
	/*this is the first level drop down items*/
	background-color: #daffb2;
	background-image: none;
	color: #008C00;
	display: block;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	height: 15px;
	margin: 0 0 0 0;
	padding: 5px 4px 5px 4px;
	text-align: left;
	text-decoration: none;
	width: auto;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #7EB434;
	border-bottom-color: #7EB434;
	border-left-color: #7EB434;
}
ul#cssmw ul.level-1 > li > span > a:active {
  background-color: #FFFFFF;
  color: #4093C7;
  font-weight: bold;
  text-decoration: none;
}
ul#cssmw ul.level-1 > li:hover > span {
  display: block;
}
ul#cssmw ul.level-1 > li:hover > span > a {
	background-color: #FFFFFF;
	color: #4093C7;
	font-weight: bold;
	text-decoration: none;
}
ul#cssmw ul.level-2 {
  left: 12px;
}
ul#cssmw ul.level-2 > li {
  background-image: none;
}
ul#cssmw ul.level-2 > li > a {
	background-color: #fff;
	background-image: none;
	border-bottom: solid 1px #BABDC2;
	border-left: solid 1px #BABDC2;
	border-right: solid 1px #BABDC2;
	color: #008C00;
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: bold;
	margin: 0 0 0 0;
	padding: 5px 4px 10px 4px;
	text-align: left;
	text-decoration: none;
	text-transform: uppercase;
	width: 100px;
}
ul#cssmw ul.level-2 > li > a:active {
  background-color: #FFDD98;
  color: #332151;
  font-weight: bold;
  text-decoration: none;
}
ul#cssmw ul.level-2 > li:hover > a {
  background-color: #FFDD98;
  color: #332151;
  font-weight: bold;
  text-decoration: none;
}
