#nav{
	position: absolute;
	left: 15px;
	top: 110px;
	width: 155px;
	z-index: 2;
	}

#nav ul{
/*	display:block;*/
	list-style:none;
	padding:0px;
	margin:0px;
	z-index:10;
	font-family:Arial, Helvetica, sans-serif;
	background-color:#E7E7E7;
}

#nav li{
	padding: 0px;
	margin: 0px;
	padding-left:18px;
	background-color:#E7E7E7;
/*	display:block;*/
}

#nav a{
	color:#001255; /*#163A6F;*/
	text-decoration:none;
/*	display:block;
	width:100%;*/
}

#nav ul.druck li{
	font-weight: normal;
	font-size: 12px;
	line-height:18px;
	background-image: url(/_images/misc/leveldruck.gif);
	background-position:2px 4px;/*	horizontal vertical*/
	background-repeat: no-repeat;
}


#nav ul.level1 li{
	font-weight: bold;
	font-size: 12px;
	line-height:18px;
	background-image: url(/_images/misc/level1.gif);
	background-position:2px 4px;/*	horizontal vertical*/
	background-repeat: no-repeat;
}

#nav ul.level1 li.trenn{
	font-weight: bold;
	font-size: 12px;
	line-height:18px;
	margin-left:0px;
	margin-right:5px;
	background-image: url(/_images/misc/sqr_blau.gif);
	background-repeat: repeat-X;
	background-position:0px 15px;
}


#nav ul.level2 li{
	margin: 0px 0px 0px -18px;	/*oben rechts unten links*/
	font-size:12px;
	font-weight:normal;
	line-height:15px;
	padding-left:18px;
	border-bottom:4px solid #E7E7E7;
	background-image: url(/_images/misc/level2.gif);
	background-repeat: no-repeat;
	background-position:4px 5px;/*werte für IE5 ff*/
voice-family: "\"}\""; /* Tantek IE5 - IE5.5 NN4 bug, will ignore the following rules */
voice-family: inherit;
background-position:4px 3px;/*werte für IE6, Firefox */
	}

#nav ul.level3 li{
	margin: 0px 0px 0px -18px;	/*oben rechts unten links*/
	font-size:11px;
	font-weight:normal;
	line-height:13px;
	padding-left:18px;
	border-top:2px solid #E7E7E7;
	border-bottom:2px solid #E7E7E7;
	background-image: url(/_images/misc/level3.gif);
	background-repeat: no-repeat;
	background-position:6px 6px;
voice-family: "\"}\"";/* Tantek IE5 - IE5.5 NN4 bug, will ignore the following rules */
voice-family: inherit;
background-position:6px 4px;
}

#nav ul.level1 li.active, #nav ul.level1 li.show{
	background-color:#FFFFFF;
	background-image: url(/_images/misc/level1active.gif);
	background-repeat: no-repeat;
	background-position:2px 4px;/*	horizontal vertical*/
}

#nav ul.level1 li.show{
	background-color:#E7E7E7;
}

#nav ul.level2 li.active, #nav ul.level2 li.show{
	background-color:#FFFFFF;
	background-image: url(/_images/misc/level2active.gif);
	background-repeat: no-repeat;
	background-position:4px 5px;
voice-family: "\"}\"";/* Tantek IE5 - IE5.5 NN4 bug, will ignore the following rules */
voice-family: inherit;
background-position:4px 3px;
}

#nav ul.level2 li.show{
	background-color:#E7E7E7;
}

#nav ul.level3 li.active{
	background-color:#FFFFFF;
	background-image: url(/_images/misc/level3active.gif);
	background-repeat: no-repeat;
	background-position:6px 6px;
voice-family: "\"}\"";/* Tantek IE5 - IE5.5 NN4 bug, will ignore the following rules */
voice-family: inherit;
background-position:6px 4px;
}

