#c .left{
	width:171px;
	float:left;
	margin:0 22px 0 0;
}
	#c .left ul{
		width:171px;
		float:left;
		background: url(/static/images/submenu_ul.jpg) repeat-y center ;
		padding:5px 0;
	}
	#c .left ul li{
		list-style:none;
		float:left;
		width:171px;
	}
	#c .left ul li.active{
		list-style:none;
		width:169px;
		float:left;
	}
	#c .left ul li a{
		color:#FFF;
		display:block;
		padding:0 15px;
	}
	#c .left ul li a span{
		padding:2px 0 2px 2px;
		display:block;
		border-bottom:1px solid #666;
	}
	#c .left ul li a:hover{
		color:#cacaca;
	}
	#c .left ul li.active a{
		color:#FFF;
		background:#1a1a1a;
		width:139px;
		float:left;
		border:1px solid #a6a6a6;
	}
	#c .left ul li.active a span,#c .left ul li.last a span{
		border:0;
	}
	#c .left ul li.active ul{
		width:151px;
		float:left;
		padding:2px 10px 0 10px;
		background:url(/static/images/submenu_ul_l2.jpg) repeat-y center;
	}
	#c .left ul li.active ul li a{
		color:#FFF;
		display:block;
		padding:0 15px;
		background:none;
		width:116px;
		border:0;
	}
	#c .left ul li.active ul li {
		width:151px;
	}
	#c .left ul li.active ul li.active {
		width:151px;
	}

	#c .left ul li.active ul li.active a{
		background:#f90000 url(/static/images/gal_title.jpg) repeat-x bottom;
		color:#FFF;
		border:1px solid #a6a6a6;
		width:119px;
		float:left;
	}