ul#cssmw {
  cursor: default;
  list-style-type: none;
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  height:auto
}
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;
	color: #FFFFFF;
}
ul#cssmw > li {
  background-image: none;
}
ul#cssmw > li > span {
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #000000;
	height: 23px;
	width: 114px;
	background-repeat: no-repeat;
	text-align: center;
	background-position: bottom;
	padding: 0px;
	background-image: url(../green_blnk.gif);
	line-height: 23px;
	}
ul#cssmw > li > span > a {
	background-image: url(../orange_blnk.gif);
	background-repeat: no-repeat;
	color: #000000;
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	height: 23px;
	margin: 0;
	text-decoration: none;
	width: 114px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	bottom: auto;
}
ul#cssmw > li:hover > span {
  display: block;
}
ul#cssmw > li:hover > span > a {
	color: #FFFFFF;
	text-decoration: underline;
}

