#item_menu1{
	width: 172px;
	border: 1px solid #C7D9A9;
	padding-top: 8px;
	padding-right: 8px;
	padding-bottom: 28px;
	padding-left: 8px;
	background-color: #FFFFFF;
}
#item_menu1 .box_title {
	width: 172px;
	height: 110px;
	background-image: url(images/item_menu_bg1.jpg);
	background-repeat: no-repeat;
	font-size: 20px;
	line-height: 80px;
	font-weight: bolder;
	text-indent: 20px;
	color: #003300;
}
#item_menu1 .box_menu ul {
	font-size: 14px;
	width: 160px;
	list-style-type: none;
	list-style-position: inside;
	text-align: center;
}
#item_menu1 .box_menu li {
	width: 140px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #C7D9A9;
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: left;
	text-indent: 20px;
}
#item_menu1 .box_menu li a {
	display: block;
	font-size: 14px;
	color: #006600;
	text-decoration: none;
	font-weight: bold;
}
#item_menu1 .box_menu li a:hover {
	color: #990000;
	font-weight: bold;
}
