#item_menu4 {
	width: 201px;
	background-image: url(images/item_menu_bg4.png);
	text-align: center;
	padding: 6px;
}

#item_menu4 .box_title {
	width: 201px;
	height: 49px;
	line-height: 49px;
	background-image: url(images/item_menu_title_bg4.png);
	background-repeat: no-repeat;
	font-size: 24px;
	font-weight: bolder;
	color: #FFFFFF;
	text-indent: 60px;
}

#item_menu4 .box_menu ul {
	font-size: 14px;
	width: 184px;
	list-style-type: none;
	text-align: center;

	background-color: #FFFFFF;
	padding: 8px;
	margin-top: 8px;
}

#item_menu4 .box_menu li {
	width: 184px;
	line-height: 28px;
	height: 28px;
	text-indent: 32px;
	display: block;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #CCCCCC;
}

#item_menu4 .box_menu li a {
	width: 184px;
	line-height: 24px;
	height: 24px;
	display: block;
	color: #333333;
	text-decoration: none;
	font-weight: bold;
	background-image: url(images/item_menu_li_a_bg4.png);
	background-repeat: no-repeat;
	background-position: 16px center;
}

#item_menu4 .box_menu li a:hover {
	width: 184px;
	line-height: 24px;
	height: 24px;
	display: block;
	color: #333333;
	font-weight: bold;
	text-decoration: underline;
	display: block;
	background-color: #ECE7F4;
	background-image: url(images/item_menu_li_a_hover_bg4.png);
	background-repeat: no-repeat;
	background-position: 16px center;
}

