/*Top Navigation*/
#bandrole img.bandrole_left{
	width: 50px;
	height: 50px;
	float: left;
	position: absolute;
	margin-left: -50px;
}
#bandrole img.bandrole_right{
	width: 50px;
	height: 50px;
	float: right;
	position: absolute;
	margin-left: 960px;
}
nav{
	//flaot: left;
	width: 961px;
	background-image: url(../img/hp/banderole_stripe.png);
	height: 50px;
}
nav ul{
}
nav ul li{
	display: inline;
}
nav ul li a {
	color: white;
	font-family: sansregular;
	font-style: italic;
	font-size: 16pt;
	line-height: 34pt;
	padding: 0 3.7%;
}
nav ul li a:hover{
	color: #FE642E;
}

/*ENDE Top Navigation*/