

#netbar {
	background: transparent;
	float: left;
	list-style: none;
	margin: 0;
	padding: 0;
	width: auto;
        position: auto;
  top: 50%;
  left: 50%;
  margin-top: -11%;
  margin-left: 55%;
}

#menu {
	background: transparent;
	float: left;
	list-style: none;
	margin: 0;
	padding: 0;
	width: 700px;
        position: auto;
  top: 50%;
  left: 50%;
  margin-top: -10%;
  margin-left: 15%;

}
#menu li {
	float: left;
	font: 67.5% "Lucida Sans Unicode", "Bitstream Vera Sans", "Trebuchet Unicode MS", "Lucida Grande", Verdana, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
}
#menu a {
	background: #000000 url("http://file1.npage.de/005407/65/bilder/seperator.gif") bottom right no-repeat;
	color: #ccc;
	display: block;
	float: left;
	margin: 0;
	padding: 8px 12px;
	text-decoration: none;
	font-weight:normal;
}
#menu a:hover {
	background: #808080 url("") bottom center no-repeat;
	color: #fff;
	padding-bottom: 8px;
	}

