@charset "utf-8";
/* CSS Document */

#menu_left200 {
	width: 200px;
	float: left;
	text-align: left;
}
#menu_left200 .banner {
	padding-left: 30px;
	background-image: url(/css/icon_category.png);
	background-repeat: no-repeat;
	font-weight: bold;
	color: #640000;
}
#menu_left200 ul li {
	list-style-type: circle;
}
#menu_left200 ul li a {
	color: #003F7D;
	text-decoration: none;
}

