.menu_title {
	width: 290px;
	padding-top: 7px;
	padding-bottom: 7px;
	border-top-width: 9px;
	border-top-style: solid;
	border-top-color: #f89842;
	background-color: #ed1c24;
	font-family: "微軟正黑體";
	font-size: 19px;
	color: #FFF;
	padding-left: 10px;
	font-weight: bold;
}
.menu {
	width: 300px;
	background-color: #ebecec;
	font-family: "微軟正黑體";
	padding-top: 9px;
	padding-bottom: 20px;
	font-size: 17px;
}
.menu a {
	text-decoration: none;
	display: block;
	width: 85%;
	margin-right: auto;
	margin-left: auto;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #b2b4b6;
	padding-top: 10px;
	padding-bottom: 10px;
}
.menu a:link {
	color: #333;
}
.menu a:visited {
}
.menu a:hover {
	color: #F00;
}
