	div.navigation {
		width:760px;
                margin-bottom: 0px;
	}
	
	.navigation a, .navigation a:hover, .navigation a:visited, .navigation a:link, .navigation a:active{
		color: #ffffff;
		text-decoration: none;
	}
	
	.navigation .item {
		width: 178px;
		height: 35px;
		display:block;
		color: #ffffff;
		padding: 5px 0px 0px 7px;;
		float:left;
	}
	
	.navigation .item img {
		margin: 2px 0px 0px 3px;
		padding: 0px;
		width: 18px;
		height:14px;
		position:relative; 
		float:right;
	}
	
	.navigation .one {
		background-color: #ff9933;
	}
	.navigation .one img {
		top: -2px;
		left:-86px;
	}
	
	
	.navigation .two {
		background-color: #3399ff;
	}
	
	.navigation .two img {
		top: -2px;
		left:-13px;	
	}
	
	.navigation .three {
		background-color: #99ccff;
	}
	
	.navigation .three img {
		top: -2px;
		left:-81px;
	}
	
	.navigation .four {
		background-color: #003399;
	}
	
	.navigation .four img {
		top: -2px;
		left:-51px;
	}
	
	.navigation .item .first a {
		font-family: Verdana;
		font-size: 14px;
		font-weight: bold;
	}
	
	.navigation .item .second {
		margin: 5px 0px 0px 0px;
		padding: 0px;
	}
	.navigation .item .second a {
		font-family: Verdana;
		font-size: 11px;

	}
	
	.navigation .trenner {
		width: 6px;
		height: 30px;
		padding: 0px;
		margin: 0px;
		display: block;
		float:left;
	}