

#navMain {
		width:195px;
		voice-family: "\"}\""; 
		voice-family:inherit;
		width:195px;
		}
		


/* ******************** NAVLEVEL 1 ********************* */			
		
#navMain ul {
		list-style-type:none;
		margin:0 0 0 0;
		padding:0px;
		}
		
		/* Tantek's hack used to close gaps between li-elements in Win IE 5.x */
		#navMain li { 
				border-top:1px solid #fff;
				font-size:11px;
				font-weight:bold;
				margin: 0 0 0 0;
				voice-family: "\"}\""; 
				voice-family:inherit;
				margin:0;
				}		
				
				
		#navMain a {
				text-decoration:none;
				color:#5a5a5a;
				display:block;
				}
								
							
		#navMain ul a:hover {
				text-decoration:underline;
				background-color: #0067C6;
				color: white;
				/*background-image: url(images/arrow_white.gif);
				background-repeat: no-repeat;
				background-position: center left;*/
				}
				
				
				
		/* Simplified box model hack, prohibits link expansion in IE6 */					
		#navMain ul li a {
				padding: 3px 0 0px 10px;
				background:#e6e6e6;
				line-height: 20px;
				text-align: left;
				}	
				
/*	Für Firefox	*/		
		#navMain ul li a {
				width: /**/190px;
				padding-left: 10px
						}

/*	Für IE	*/											
		* html #navMain ul li a {
				\width:200px;
				w\idth:200px;
				padding-left: 10px;
				}	
				
/* ******************** NAVLEVEL 2 ********************* */			
#navMain ul ul {
		margin:0 0 0 0;
		padding: 0px;
		}					
		
		#navMain ul ul a:hover {
				text-decoration:underline;
				background: #DEEFFB;
				color: #0A4E9F;
			   font-weight: normal;
/*				background-image: url(images/arrow_blue.gif);
				background-repeat: no-repeat;
				background-position: 8px center;*/
				}		
		/* Tantek's hack used to close gaps	between li-elements in Win IE 5.x */

		#navMain ul ul li	{
				font-weight:normal;	
				margin:-3px 0 0 0;
				voice-family: "\"}\""; 
				voice-family:inherit;
				margin:0
				}
				
		
		
		#navMain ul ul li a  {
				padding-left:18px;
				background:#f2f2f2;
				padding-right:3px;
				}			

/*	Für Firefox	*/		
		#navMain ul ul li a {
				width: /**/180px;
				padding-left: 18px
						}

/*	Für IE	*/											
		* html #navMain ul ul li a {
				\width:200px;
				w\idth:200px;
				padding-left: 18px;
				}	

				
				
		

		
/* *********************** Aktive Navigationselemente *********************** */

/* Level 1 */		
		#navMain ul a.active {
				background: #0067C6;
				color: white;
				font-weight:bold;
/*				background-image: url(images/arrow_white.gif);
				background-repeat: no-repeat;
				background-position: center left;*/
				line-height: 20px;
				width: 190px;
				margin-left: 0px;
				padding-left: 10px;
}


								
	* html #navMain ul a.active {
				\width:200px;
				w\idth:200px;
				line-height: 20px;
				}		
														
		
		#navMain ul a:hover.active {
				text-decoration:none;
				}				
				

/* Level 2 */				
		#navMain ul ul a.active {
				background: #DEEFFB;
				color: #0A4E9F;
/*				font-weight: bold;*/
/*				background-image: url(images/arrow_blue.gif);
				background-repeat: no-repeat;
				background-position: 8px center;*/
				width: 182px;
				padding-left: 18px
				
				

				}
				
		* html #navMain ul ul a.active {
				\width:200px;
				w\idth:200px;
				}	
		
		#navMain ul ul a:hover.active {
				text-decoration:none;
				}							
				

				
									
