.topbox {
 position:fixed;
 top: 0px;
 left: 0px;
 right: 0px;
 width: 100%;
 height: 21px;
 background-image:url('http://www.schloebe.de/potfnetwork/network_bg.gif');
 background-repeat:repeat-x;
 z-index:1000;
 font-family:"Trebuchet MS",Arial,Helvetica,sans-serif;
 font-size:12px;
}

/*.topbox a.netlink {
 line-height:20px;
 font-family:"Trebuchet MS",Arial,Helvetica,sans-serif;
 font-size:12px;
 color:#444444;
 text-decoration:none;
}

.topbox a.netlink:hover {
 margin-top:3px;
 line-height:20px;
 font-family:"Trebuchet MS",Arial,Helvetica,sans-serif;
 font-size:12px;
 color:#000000;
 text-decoration:none;
 background-color:none;
}*/

ul#nav {
  padding: 0;
  margin: 1px;
  list-style: none;
  float:right;
}

ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
  
li.networkli {
  float: left;
  position: relative;
  width: 10em;
  cursor:pointer;
  font-size: 11px;
  text-align:center;
  margin: 1px;
  border:solid 0px #DFDFD1;
  background:url('http://www.schloebe.de/potfnetwork/navbg.png');
  <!--[if lte IE 6]>
  background:#FFFFFF;
  <![endif]-->
}
  
#overli {
  color: #444444;
}

li ul {
  display: none;
  position: absolute; 
  top: 1em;
  left: 0;
}

li > ul {
	top: auto;
	left: auto;
}

li:hover ul, li.over ul{ display: block; }

ul li ul li a {
	padding:5px;
	color: #444444;
	display: block;
	text-decoration:none;
	font-size:11px;
}

ul li ul li a:hover {
	padding:5px;
	background:url('http://www.schloebe.de/potfnetwork/navbg_hover.png');
	<!--[if lte IE 6]>
	background:#B7B7AA;
	<![endif]-->
	color: #000000;
	display: block;
	text-decoration:none;
	font-size:11px;
}

ul li ul li {
	margin:0px;
}

.lastlink {
	border-bottom:solid 1px #A0A093;
}