/*Menu Tabs ---------------------------*/
#tabs
{
	font: bold 15px/1.5em Verdana;
	float: left;
	width: 100%;
	line-height: normal;
	margin: 10px 0 0;
}
#tabs UL
{
	margin: 0;
	padding: 10px 10px 0 20px;
	list-style: none;
}
#tabs LI
{
	display: inline;
	margin: 0;
	padding: 0;
}
#tabs A
{
	float: left;
	background: url(https://www.3people.com.tw/Exam_Download/images/tableft.gif) no-repeat left top;
	margin: 0 2px 0 0;
	padding: 0 0 0 4px;
	text-decoration: none;
}
#tabs A SPAN
{
	float: left;
	display: block;
	background: url(https://www.3people.com.tw/Exam_Download/images/tabright.gif) no-repeat right top;
	padding: 5px 18px 4px 14px;
	color: #3C7401;
}
/*Commented Backslash Hack hides rule from IE5-Mac \*/
#tabs A SPAN
{
	float: none;
}
/*End IE5-Mac hack*/
#tabs A:hover SPAN
{
	color: #627EB7;
}
#tabs A:hover
{
	background-position: 0% -42px;
}
#tabs A:hover SPAN
{
	background-position: 100% -42px;
}
#tabs #current A
{
	background-position: 0% -42px;
}
#tabs #current A SPAN
{
	background-position: 100% -42px;
}
/*---------------------------------------*/
#tab-content
{
	border: 1px solid #BBD1E5;
	padding: 10px 20px;
	margin: 0 10px;
	clear: both;
	font: 13px Arial;
}
#tab-content UL
{
	margin: 0;
	padding: 0;
}
#tab-content LI
{
	list-style: none;
	float: left;
	margin: 8px 30px 8px 0;
	padding: 0 0 0 12px;
	height: 1.2em;
	display: block;
	word-break: keep-all;
}
/*---------------------------------------*/
.clearfix:after
{
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
.clearfix
{
	display: inline-block;
}
HTML[xmlns] .clearfix
{
	display: block;
}
* HTML .clearfix
{
	height: 1%;
}