

#headerwrapper
{
	position: relative;
	width:100%;

	top:20px;
	z-index:100009;


}





#headerwrapper,#headerwrapper *
{
transition: 1s all;
font-size:20px;
}



	#inheaderwrapper
	{
	position: relative;
	margin: 0 auto;
	text-align:center;

	}




	#headerwrapper ul
	{
	display: block;
	padding-left:200px;
	margin: 0 auto;
	bottom: 0;
	}
		#headerwrapper ul li
		{
		display: inline-block;
		text-align: center;
		color:#444;


		/*background-color: rgba(54, 38, 23, 0.4);*/	
		}
		
	
		
		#headerwrapper ul li:hover
		{
		color: rgba(10, 100, 10, 0.9);		
		}

					#headerwrapper ul li a
					{
					display: block;
					color:#555;
					text-decoration:none;
					padding:10px;
					}
					#headerwrapper ul li.over
					{
					padding:10px;
					}


					
					#headerwrapper ul li a:hover
					{
					color:#555; rgba(10, 100, 10, 0.9);
					}	
			


			
			#headerwrapper ul li ul
			{
			position: absolute;
			margin-top:10px;
			margin-left:-10px;
			max-height: 0;
			
			overflow: hidden;
			padding-left:0px;
			top: auto;
			left: auto;
			right: auto;
			bottom: auto;

			transition: 2s all;
			left: auto !important;

							
			}
			#headerwrapper ul li:hover ul
			{
			max-height: 500px;
			box-shadow: 4px 4px 5px silver;
			border: 1px silver solid;
			}
				#headerwrapper ul li ul li
				{
				display: block;

				border: medium none;
				outline: medium none;
				color:#fff;
				background:#e08405;
				padding: 0;
				margin:0;
				}
					#headerwrapper ul li ul li a
					{
					display: block;
					color:#fff;
					text-align: left;
					padding:10px;
					background: #e08405;
					}
					
		#headerwrapper ul li.obersel { color:#006600; background:#fff;}					
		#headerwrapper ul li.sel a{ color:#006600; background:#fff;}
		#headerwrapper ul li ul li.sel a{color:#006600; background:#fff;}
		#headerwrapper ul li ul li a{color:#006600; background:#fff;}

			
			#headerwrapper ul li:hover a
			{ 
			text-decoration: none;
			}
			#headerwrapper ul li ul li:hover a
			{ 
			text-decoration: none;
			}
			#headerwrapper ul li ul li a:hover
			{ 
			background: #006600;
			color: #fff;
			text-decoration: none;
			}




