#left {
	float: left;
	width: 190px;
	margin-right: 10px;
}
	
	#left .box {
		background: url(bg/box_center.jpg) repeat-y left top;
		margin-bottom: 10px;
	}
	
		#left .box h2 {
			height: 15px;
			background: url(bg/box_head.jpg) no-repeat left top;
			margin: 0;
			padding: 0;
			color: #EB4D9A;
			font-size: 14px;
			padding: 6px 8px;
		}
		
		#left .box .content {
			padding: 4px 8px;			
		}
		
		#left .box .foot {
			height: 7px;
			background: url(bg/box_foot.jpg) no-repeat left bottom;
			margin: 0;
			padding: 0;
		}
	
	#left ul {
		margin: 0;
		padding: 0;
		list-style-type: none;		
	}
		
	#left .tree {
		font-size: 13px;
	}
	
		#left .tree > li {
			background: url(bg/arrow.jpg) no-repeat left 3px;
			padding: 0 0 0 14px;
			font-weight: bold;
			margin: 6px 0;
		}
		
			#left .tree > li a {
				color: #7F7D7E;
				text-decoration: none;
			}
			
			#left .tree > li > ul {
				font-size: 11px;
				margin: 4px 0 4px 1px;
				font-weight: normal;
			}
			
				#left .tree > li > ul li {	
					margin: 4px 0;
					padding: 0 0 0 6px;
				}