ul#cssmw {
	cursor: default;
	list-style-type: none;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	position: relative;
	height: 31px;
	width: 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;
}
ul#cssmw > li {
  background-image: none;
}
ul#cssmw > li > span {
	background-image: none;
	display: block;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
}
ul#cssmw > li > span > a {
	background-image: url("../production/bg_navi-1.gif");
	background-repeat: repeat-x;
	color: #FFFFFF;
	font: normal normal normal 11px Verdana, Arial, Helvetica, sans-serif;
	line-height: 31px;
	text-decoration: none;
	text-transform: none;
	width: auto;
	display: block;
	padding-right: 15px;
	padding-left: 15px;
}
ul#cssmw > li > span > a:active {
	background-image: url("../production/bg_navi-2.gif");
	background-repeat: repeat-x;
}
ul#cssmw > li:hover > span {
  display: block;
}
ul#cssmw > li:hover > span > a {
	background-image: url("../production/bg_navi-2.gif");
	background-repeat: repeat-x;
}

