#accordion-container {
	font-size: 13px;
	background: #ffffff;
	font-weight:normal;
	/*padding: 5px 10px 10px 10px;
	border: 1px solid #cccccc;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	-moz-box-shadow: 0 5px 15px #cccccc;
	-webkit-box-shadow: 0 5px 15px #cccccc;
	box-shadow: 0 5px 15px #cccccc;*/
}
.accordion-header {
	font-size: 16px;
	background-image:url(../images/menubg02.jpg);
	margin:0px;
	padding: 0px;
	cursor: pointer;
	color: #fff;
	line-height:32px;
	height:32px;
	/*-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;*/
}
.accordion-header span {
	font-weight:normal;
	font-size: 16px;
	text-decoration: none;
	padding-left:30px;
}
.accordion-header span:hover {
	font-weight:normal;
	font-size: 16px;
	text-decoration: none;
	color:#fff;
	padding-left:30px;
}
.accordion-header a {
	font-weight:normal;
	font-size: 16px;
	text-decoration: none;
	padding-left:30px;
}
.accordion-header a:hover {
	font-weight:normal;
	font-size: 16px;
	text-decoration: none;
	color:#fff;
	padding-left:30px;
}
.active-header {
	/*-moz-border-radius: 5px 5px 0 0;
	-webkit-border-radius: 5px 5px 0 0;
	border-radius: 5px 5px 0 0;*/
	color:#fff;
	font-size:16px;
	background-image:url(../images/menubg02.jpg);
	background-repeat: no-repeat;
	background-position: right 50%;
}
.active-header:hover {
	color:#fff;
	background-image:url(../images/menubg02.jpg);
	background-repeat: no-repeat;
	background-position: right 50%;
}
.inactive-header {
	color:#003647;
	background-image:url(../images/menubg011.jpg);
	background-repeat: no-repeat;
	background-position: right 50%;
}
.inactive-header:hover {
	color:#fff;
	background-image:url(../images/menubg02.jpg);
	background-repeat: no-repeat;
	background-position: right 50%;
}
.accordion-content {
	display: none;
	padding:0px;
	background: #ffffff;
	border-top: 0;
	/*-moz-border-radius: 0 0 5px 5px;
	-webkit-border-radius: 0 0 5px 5px;
	border-radius: 0 0 5px 5px;*/
}
#accordion-container .cat_item li{
	/*border-bottom:1px solid #f3f6eb;
	padding:3px 5px 0 18px;*/
	width:208px;
	font-size:13px;
	height:26px;
	line-height: 26px;
	list-style-type: none;
	padding-left:30px;
	margin:0;
	background-image: url(../images/menubg03.jpg);
}
#accordion-container .cat_item li a {
	font-size: 13px;
	font-family: 新細明體;
	width: 208px;
	line-height: 30px;
	color: #fff;
	text-decoration: none;
	background-repeat: no-repeat;
}