A { text-decoration: none; }
	.menu 
	{
		cursor: hand;
	}
	.link 
	{
		text-decoration: none 	!important; 
	}
	
	.link:hover 
	{
		text-decoration: none 	!important; 
	}
	
	.level0 	
	{
		
	}		

	.level0 A 
	{ 
		font-family: Verdana, Tahoma, Verdana;
		font-size : 12px;

		height:34px;
		color : rgb(0,0,0);
		text-decoration: none;
		font-weight : bold;
		background-image : url(grafik/knap_out.gif);
		color : #000000;
	}
	
	.level0 A:hover
	{
		font-weight: bold;
		background-image : url(grafik/knap_over.gif);
		color : #000000;
	}
	
	
	.inactive
	{ 
		background-image : url(grafik/underknap_bg.gif);
		color : #000000;
		height: 1px;
	}
	
	.active
	{
		background-image : url(grafik/underknap_over.gif);
		color : #000000;
		height: 1px;
	}
	
	
	.level1
	{
	}		
	
	.level1 A
	{
		padding: 0px 0px 0px 42px;
		font-family: Verdana, Tahoma, Verdana;
		background-color: #000000;
		font-size : 10px;
		width: 167px;
		height:15px;
		color : #000000;
		font-weight : bold;
		text-decoration: none;
		background-image : url(grafik/u_op.gif);
	}
	
	.level1 A:hover
	{
		font-weight: bold;
		background-image : url(grafik/u_ned.gif);
	}
	
	.leveln
	{
		
	}
		
	.leveln A
	{
		padding: 0px 0px 0px 40px;
		font-family: Verdana, Tahoma, Verdana;
		font-size : 10px;
		height:10px;
		color : #000000;
		font-weight : bold;
		text-decoration: none;
	}

		
	

