#navigation{
	background-image: url(img/navi_bg.png);
	background-position: center;
	background-repeat: no-repeat;
	color: white;
	height: 50px;
	margin-top: 3px;
}

#navigation ul{
	list-style: none;
	cursor: pointer;
	padding: 0px;
	margin: 0px;
}

#navigation > ul{
	margin-left: 30px;
	font-size: 16px;
	height: 50px;
}

#navigation > ul > li{
	float: left;
	height: 50px;
	width: 120px;
	border-right: 1px solid white;
	text-align: center;
	display: block;
}

#navigation > ul > li > a{
	float: left;
	height: 37px;
	width: 120px;
	padding-top: 13px;
	text-align: center;
	display: block;
}

#navigation > ul > li > ul{
	background-color: #1F1F1F;
	background-image: url(img/navi_sub_arrow.png);
	background-repeat: no-repeat;
	background-position: 10px 0px;
	margin-top: 50px;
	width: 241px;
	text-align: left;
	/*padding: 15px 12px 12px 12px;*/
	padding-top: 15px;
	padding-bottom: 4px;
	font-size: 14px;
}

/* nur IE 7*/
*+html #navigation > ul > li > ul{/*  IE7 */
   margin-left: -120px;
}

#navigation > ul > li > ul > li{
	border-bottom: 1px dotted #6c6c6c;
}

#navigation > ul > li > ul > li > a{
	padding-top:  6px;
	padding-bottom: 6px;
	width: 217px;
	/*height: 10px;*/
	padding: 6px 12px 6px 12px;
	border-bottom: 1px dotted #6c6c6c;
	display: block;
	border: none;
}

#navigation li > ul{
	display: none;
	position: absolute;
}

#navigation li:hover > ul{
	display: block;
}

#navigation a {
	color: white;
	text-decoration: none;
}

#navigation a:hover {
	/*background-color: #D49B00;*/
	background-image: url("img/main_nav_active.png");
	background-repeat: repeat-x;
}

/* nur IE 6 */
* html #navigation ul{
	margin-left: 30px;
	font-size: 16px;
	height: 50px;
}

* html #navigation ul li{
	float: left;
	height: 50px;
	width: 120px;
	border-right: 1px solid white;
	text-align: center;
	display: block;
}

* html #navigation ul li a{
	float: left;
	height: 37px;
	width: 120px;
	padding-top: 13px;
	text-align: center;
	display: block;
}

* html #navigation ul li ul{
	background-color: #1F1F1F;
	background-image: url(img/navi_sub_arrow.png);
	background-repeat: no-repeat;
	background-position: 10px 0px;
	margin-top: 0px;
	margin-left: -60px;
	width: 241px;
	text-align: left;
	/*padding: 15px 12px 12px 12px;*/
	padding-top: 15px;
	padding-bottom: 4px;
	font-size: 14px;
	position: absolute;
	clear: both;
	z-index: 1;
	display: none;
}

* html #navigation ul li ul li{
	border-bottom: 1px dotted #6c6c6c;
	height: auto;
	border-right: none;
}

* html #navigation ul li ul li a{
	width: 217px;
	height: auto;
	padding: 6px 12px 6px 12px;
	border: none;
	text-align: left;
}
