#navigation {
	background-image: url(../produktion_images/bg_navi.gif);
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	position: relative;
	height: 27px;
	width: 682px;
	float: right;
}
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;
}
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;
}
ul#cssmw > li > span > a {
	background-image: none;
	color: #000000;
	display: block;
	font: normal normal normal 11px Verdana, Arial, Helvetica, sans-serif;
	line-height: 27px;
	margin: 0 0 0 0;
	padding: 0px 10px 0px 10px;
	text-decoration: none;
	text-transform: none;
	width: auto;
	border-right-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #000000;
	border-bottom-width: 1px;
	border-bottom-color: #000000;
}
ul#cssmw > li > span > a:active {
  background-image: url("../produktion_images/bg_navi_act.gif");
}
ul#cssmw > li:hover > span {
  display: block;
}
ul#cssmw > li:hover > span > a {
  background-image: url("../produktion_images/bg_navi_act.gif");
  color: #000000;
}
