#left {
	float: left;
	width: 211px;
	overflow: hidden;
}

	#left .item {
		padding: 10px 4px 10px 0;
		margin-bottom: 10px;
		border-bottom: 1px solid #E4E4E4;
		font-size: 10px;
	}

		#left > .item.ts {
			padding: 0 0 10px 0;
			text-align: center;
			margin-top: 20px;
		}

		#left .item.service {
			background: url(bg/service.jpg) no-repeat -6px 10px;
			padding-top: 95px;
			line-height: 1.5em;
		}
			
			#left .item.service .arrow {
				background-position: left 3px;
			}

		#left .item.sicherheit {
			position: relative;
			background: url(bg/sicherheit.jpg) no-repeat -5px 10px;
			padding-top: 155px;
		}
			
			#left .item.sicherheit .ts {
				position: absolute;
				width: 205px;
				height: 59px;
				top: 26px;
				cursor: pointer;
			}

			#left .item.sicherheit .payments {
				position: absolute;
				display: block;
				width: 205px;
				height: 75px;
				bottom: 0;
			}
			
	#left .tree {
		margin-bottom: 20px;
		width: 200px;
		background: #EBFAD3;
	}
		
		#left .tree .root {
		}
		
			#left .tree .root h3 a {
				color: #FFFFFF;
			}
		
		#left .tree h1, #left .tree h2, #left .tree h3 {
			font-weight: bold;
		}
		
		#left .tree h3 {
			font-size: 14px;
			padding: 6px 0 6px 10px;
			background: url(bg/nav_left_main.jpg) no-repeat left top;
		}
			
		#left li li li.last, #left li li li.last a, #left li li li.has a {
			color: #8cbb49;
		}
		

		
		#left .tree .root > ul {

		}
		
		#left .tree ul li h2 a{
			padding: 4px 0 4px 17px;
			background: url(bg/arrow_black_right.gif) no-repeat 8px 7px #EBFAD3;
			display:block;
		}
		
			#left .tree ul li h2 a:hover {
				background-color: #E5F2CF;
			}
		
		#left .tree ul li a{
			padding: 4px 0 4px 17px;
			background: url(bg/arrow_black_right.gif) no-repeat 8px 7px #EBFAD3;
			display:block;
		}
		
			#left .tree ul li a:hover {
				background-color: #E5F2CF;
			}
		
			#left .tree ul li ul {
				margin-top: 4px;
			}
			
				#left .tree ul li ul li a{
					padding:4px 0px 4px 10px;
					margin: 0 0 0 17px;
					background: url(bg/arrow_green_right.gif) no-repeat 1px 7px;
				}
				
				
				
					#left .tree ul li ul li ul{
					margin-top: 4px;
					}
			
				#left .tree ul li ul li ul li a{
					padding:4px 0px 4px 10px;
					margin: 0 0 0 26px;
					background: url(bg/arrow_green_right.gif) no-repeat 1px 7px;
				}
				
		
			