#index_box_left_item {
	height: 200px;
	width: 200px;
	background-image: url(images/item_ico_team.gif);
	background-repeat: no-repeat;
	position: relative;
	left: 0px;
	top: 0px;	
}
#index_box_left_item .box_title {
	height: 28px;
	width: 174px;
	font-size: 16px;
	line-height: 28px;
	font-weight: bold;
	position: absolute;
	left: 15px;
	top: 10px;
	color: #FFFFFF;
	text-align: center;
}
#index_box_left_item .box_menu {
	height: 142px;
	width: 170px;
	font-size: 12px;
	position: absolute;
	left: 16px;
	top: 88px;
}
#index_box_left_item .box_menu ul {
	list-style-type: none;
	display: inline;
}
#index_box_left_item .box_menu li {
	height: 71px;
	width: 85px;
	float: left;
	text-align: center;
}
#index_box_left_item .box_menu li a {
	color: #7C6600;
	text-decoration: none;
}

#index_box_left_item .box_more {

}
#index_box_left_item .box_more a {

}
