    #nav_top_container {
	padding: 		0px;
	margin: 		0px;
	width: 			710px;
	height: 		27px;
	padding-left:		88.5px;
	padding-right:		88.5px;
    }
    #navigation ul {
	padding:		0px;
	margin: 		0px;
	list-style-type: 	none;
	width: 			710px;
    }
    li.nav_top_trenner {
	float: 			left;
	padding: 		0px;
	margin: 		0px;
	width: 			10px;
	height: 		37px;
	list-style-type: 	none;
    }
    #navigation {
	float: 			left;
	padding: 		0px;
	margin: 		0px;
	width: 			100%;
	height:			37px; 
	line-height:		37px;
    }
    li.navigation  {
	float:			left;
	vertical-align:		top;
	list-style-type: 	none;
	width: 		130px;
    }
    #navigation a {
	text-decoration: 	none;
	vertical-align:		middle;
	display:		block;
	color: 			#000;
	font-weight:		bold;
    }
    #navigation a:hover {
	font-weight:		bold;
    }
    #navigation ul {
	position: 		absolute;
	left:			-9999px;
    }
  * html ul#navigation li {  /* Korrektur fuer den IE 5 und 6 */
    margin-bottom: -0.4em;
  }
  *:first-child+html ul#navigation li {  /* Korrektur fuer den IE 7 */
    margin-bottom: -0.1em;
  }
    #navigation ul li {
	min-width: 		130px;
    }
/*

Untermenue wird in browserweichen geladen

    #navigation li:hover ul , #navigation li.sfhover ul {
	left: 			auto;
    }
*/
    #navigation li li {
	width:			190px;
	line-height:		18px;
	float: 			none;
	display:		block;
	vertical-align:		middle;
	text-align:		left;
	padding:		3px;
	background: 		#E3AA47;
	border-top: 		1px solid #fefefe;
	border-bottom: 		1px solid #c0c0c0;
	border-left: 		1px solid #c0c0c0;
	border-right: 		1px solid #c0c0c0;
    }
    #navigation li li a {
	color: 			#000;
	border-right: 		none;
    }
    #navigation li li a:hover {
	background: 		#E3BA71;
	font-weight:		bold;
    }

