ul, li {
	margin: 0;
	padding: 0;
	list-style: none;
}
.abgne_tab {
	clear: both;
	width: 732px;
	margin: 0 0 10px 0;
}
ul.tabs {
	width: 100%;
	height: 27px;
	border-bottom: 1px solid #FC0;
}
ul.tabs li {
	float: left;
	position: relative;
	color:#039;
	text-decoration: none;
	border: 1px solid #EBE6C9;
	border-bottom: 1px solid #FC0;;
	background: url(shade.gif) top left repeat-x;
}
ul.tabs li a {
	display: block;
	padding: 2px 16px;
	color: #000;
	text-decoration: none;
}
ul.tabs li a:hover {
}
ul.tabs li.active  {
	background-image: url(shadeactive.gif);
	border:1px solid #FC0;
	border-bottom-color: white;
}
ul.tabs li.active a:hover {
}
div.tab_container {
	clear: left;
	width: 100%;
	border: 1px solid #FC0;
	border-top: none;
	background: #fbfbfb;
}
div.tab_container .tab_content {
	padding: 7px 10px;
}
.sec_tab {
	width: 600px;	/* 第2個頁籤區塊的寬度 */
}
