
/**************************/
/* Treenavigation         */
/**************************/

#subnav { 
	width: 241px; 
	overflow: hidden;
	margin: -220px 0 0 0; 
	background-color: #FFFFFF;
	text-align: left;
}

#subnav ul {
	margin: 0; 
	padding: 0;
}

#subnav ul ul {
	margin: 0; 
	padding: 0;
	margin-top: 0.25em;
}


#subnav ul li { 
	list-style-type: none; 
	margin: 0;
	padding: 0;
	display: inline;
}

#subnav a:before {
  content: "\00BB  ";
}

#subnav li a { 
	display: block; 
	text-decoration: none; 
	color: #000000;
	line-height: 25px;
	margin: 0 0 0 0;
	padding-bottom: 0.1em;
/*
	border-bottom: 1px dotted #cfbeb4;	
	background: #fff;
*/
	font-size:14px;
	font-family:Arial,Helvetica;
	background-image: url(/miss-ostschweiz/custom/navi-line.png);
	background-position: center bottom;
	background-repeat: no-repeat;
	
}

#subnav li a.noborder { 
	border-bottom: none;	
}

#subnav li a.current { 		
/*
	border-bottom: 1px dotted #cc0066;	
*/
	background-image: url(/miss-ostschweiz/custom/navi-line.png);
	background-position: center bottom;
	
	color: #cc0066;
	font-weight: bold;
}

#subnav li a.new { 
	margin-top: 1.5em;
}

#subnav li a:hover { 
	text-decoration: none; 
	color: #cc0066;
	/*position:relative; left: 10px;*/
}

#subnav ul ul li a { 		
	margin: 0 0 0.25em 1.33em;
	padding-bottom: 0;
	color: #000000;
	border: none;
	font-size:12px;
	font-family:Arial,Helvetica;
}

#subnav ul ul li a.current { 		
	color: #cc0066;
	border: none;
}

#subnav ul ul ul li a { 		
	margin-left: 2.42em;
}
	
#subnav ul ul ul ul li a { 		
	margin-left: 3.72em;
}

#subnav ul ul ul ul ul li a { 		
	margin-left: 4.52em;
}

/**************************/
/* Treenavigation  Ende   */
/**************************/

