#menu {
	display: block;
	margin: 0;
	border: 0;
	width: 100%;
	background: #cbd1d4;
	padding: 0;
	text-transform: uppercase;
}

#menu li {
	float: left;
	list-style-type: none;
	line-height: 150%;
}

#menu li span {
  float: left;
	position: relative;
  display: block;
	margin: 0 0 0 0;
  background: transparent;
  border-top: 0;
  border-right: 1px solid #ffffff;
  border-bottom: 0;
  border-left: 0;
	padding: 0.15em 0.7em 0.25em 0.7em;
	text-align: center;
	text-decoration: none;
}

#menu li a {
	text-decoration: none;
	color: #06c;
}

#menu li a:visited {
	color: #06c;
}

#menu li a:hover {
	color: #06c;
}

#menu li#focus span {
  float: left;
  background-color: #fff;
	background-image: none;
  border-top: 0;
  border-right: 1px solid #ffffff;
  border-bottom: 0;
  border-left: 0;
}

#menu li#billiger-drucken {
	float: right;
	margin: -5px 0 0 0;
}

#menu li#billiger-drucken span
{
	position: relative;
  display: block;
	margin: 0;
  background: transparent;
  border: 0;
	padding: 0;
}








