@charset 'utf-8';
@import url('common.css');

body
{
	background-position: 0 227px;
}

#header
{
	height: 200px;
}

#leftColumn
{
}
	body.pl #leftColumn h2 a.currentSection
	{
		background-image: url('../img/common/leftHeader.Industrial.pl.jpg');
	}

	body.en #leftColumn h2 a.currentSection
	{
		background-image: url('../img/common/leftHeader.Industrial.en.jpg');
	}

	body.no #leftColumn h2 a.currentSection
	{
		background-image: url('../img/common/leftHeader.Industrial.no.jpg');
	}

	#treeMenu
	{
		padding-top: 18px;
	}
	
	#treeMenu ul a
	{
		display: block;
		padding: 2px 0px 2px 20px;
		border-bottom: 1px solid #fff;
		font-size: 12px;
		font-weight: normal;
		text-decoration: none;
		color: #363380;
	}
	
		#treeMenu ul.current
		{
			display: block;
		}
			
			#treeMenu ul li
			{
				padding-top: 0;
			}
		
				#treeMenu ul li ul
				{
					display: none;
				}
	
				#treeMenu ul ul a
				{
					padding-left: 30px;
					font-size: 11px;
					background: url('../img/common/bulletTreeMenu.png') no-repeat 18px 50%;
				}
	
					#treeMenu ul ul ul a
					{
						padding-left: 40px;
					}
	
	#treeMenu a.current
	{
		font-weight: bold;
	}
	
	#treeMenu ul.products
	{
		display: block;
	}
	
		#treeMenu ul.products a
		{
			background: url('../img/common/bulletTreeMenuProduct.png') no-repeat 18px 50%;
		}	
	
		#treeMenu ul.products a.current
		{
			color: #fff;
			background: #1e1f72 url('../img/common/bulletTreeMenuProductCurrent.png') no-repeat 18px 50%;
		}
		
			#treeMenu ul ul ul.products a,
			#treeMenu ul ul ul.products a.current
			{
				background-position: 28px 50%;
			}	


