
#nav, #nav ul {
	margin:0;
	padding:0;
	list-style-type:none;
	list-style-position:outside;
	position:relative;
	line-height:26px; 
}

#nav a {
	display:block;
	padding:0px 5px;
	color: #000066;
	text-decoration:none;
	text-transform: uppercase;
}

#nav a:hover {
	color: #000066;
	text-transform: uppercase;
}

#nav li {
	float:left;
	position:relative;
}

#nav ul {
	position:absolute;
	display:none;
	width:130px;
}

#nav li ul a {
	width:130px;
	height:26px;
	float:left;
}

#nav ul ul {
	top:auto;
}	

#nav li ul ul {
	left:130px;
	margin:0px 0 0 10px;
}

#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li:hover ul ul ul ul{
	display:none;
}
#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li li li li:hover ul{
	display:block;
}


li.mainnav {
	background: url('../bilder/bg_button.gif');
	font-weight:bold;
	color: #000066;
}

li.mainnav:hover {
	background: url('../bilder/bg_button_on.gif');
	font-weight:bold;
}

li.trenner {
	background: url('../bilder/trenner_button.gif');
	height:26px;
	width:1px;
}

li.nav_beginn {
	background: url('../bilder/nav_beginn.gif');
	height:26px;
	width:6px;
}

li.nav_end {
	background: url('../bilder/trenner_button_end.gif');
	height:26px;
	width:1px;
}

#sub_first {
	width:155px; 
	height:1px; 
	padding-left:24px;
	background: url('../bilder/rahmen_navi.gif') no-repeat right;
}

.subnav_1 {
	width: 22px;
	height: 18px;
	padding-top: 6px;
	border-left:2px solid #fdea8c;
	float:left;
	background:#fffbe7;
	text-align:center;
}

.subnav_2 {
	width: 149px;
	height: 24px;
	line-height: 11px;
	padding-left: 6px;
	float:left;
	background: url('../bilder/rahmen_navi.gif') repeat-y right #FDEA8C;
}

.subnav_2:hover {
	width: 149px;
	height: 24px;
	line-height: 11px;
	padding-left: 6px;
	float:left;
	background: url('../bilder/rahmen_navi.gif') repeat-y right #FFFFDB;
}

.subnav_2_2 {
	width: 151px;
	height: 20px;
	padding-top: 4px;
	padding-left: 4px;
	float:left;
	background: url('../bilder/rahmen_navi.gif') repeat-y right #FDEA8C;
}

.subnav_2_2:hover {
	width: 151px;
	height: 20px;
	padding-top: 4px;
	padding-left: 4px;
	float:left;
	background: url('../bilder/rahmen_navi.gif') repeat-y right #FFFFDB;
}

a.subnav:link,
a.subnav:visited,
a.subnav:active,
a.subnav:hover		{ color:#000066; font-size:8.5pt; font-family:Arial; font-weight:normal; text-decoration: none; }