	#nav2 {
		position:absolute;
		top:10px;
		right:0px;
		height:28px;
	}
	#nav2  {
		float:right;
	}
	#nav2 ul {
		margin:0;
		padding:0;
		list-style:none;
		text-align:right;
	}
	
	#nav2 li {
		float:left;
		text-align:right;
	}
	
	#nav2  a {
		display:block;
		text-decoration:none;
		font-size:10px;
		white-space:nowrap;
		font-weight:normal;
		margin-left:7px;
		text-transform:uppercase;
		color:#000;
		text-indent:9px;
		background:none;
		background: url(../../images/menue3_trennzeichen.gif) 0px -1px no-repeat;
	}
	#nav2  .erster {
		background: none;
	}

	#nav2 a:hover {
		color: #8f0e19;
	}

