@charset "utf-8";
.menu {
	font-family: "新細明體", Verdana;
	font-size: 12px;
	line-height: 150%;
	color: #000000;
	text-decoration: none;
	list-style: none;
	display: block;
	margin-top: 5px;
	padding-left: 0px;
}

.menu li { padding-left:30px; } /*-for ff-*/
* html .menu li { text-indent:-70px } /*-for ie6-*/
*+html .menu li { text-indent:-70px } /*-for ie7-*/


.menu A:link {
	color: #000000;
	text-decoration: none;
}
.menu A:visited {
	color: #000000;
	text-decoration: none;
}
.menu A:hover {
	color: #000000;
	text-decoration: none;
}
