ul, li {
    margin: 0;
    padding: 0;
    list-style: none;
}

ul.tabs {
	width: 100%;
}
ul.tabs li {
	float: left;
	height: 29px;
	line-height: 29px;
	overflow: hidden;
	position: relative;
	margin-bottom: -1px;	/* 讓 li 往下移來遮住 ul 的部份 border-bottom */
	border-left: none;
	background: #fff;
        font-size: 12px;
}
ul.tabs li a {
        font-family : "Microsoft YaHei",Arial, Helvetica, sans-serif;
	display: block;
	padding: 0px;
	color: #000;
	text-decoration: none;
        width: 87px;
        height: 29px;
        text-align: center;
        margin-top: -3px;
        font-size: 13px;
}
ul.tabs li a:hover {
	background-image: url(img/home/tabbg.png);
        background-repeat: no-repeat;
        background-position: top center;
        color: #fff;
}
ul.tabs li.active  {
	background-image: url(img/home/tabbg.png);
        background-repeat: no-repeat;
        background-position: top center;
}
ul.tabs li.active a {
    color: #fff;
}
div.tab_container {
	clear: left;
	width: 100%;
	border-top: none;
	background: #fff;
}
div.tab_container .tab_content {
	padding: 5px;
        padding-left: 0px;
}
div.tab_container .tab_content h2 {
	margin: 0 0 20px;
}

#tabitem1{
    margin-right: 12px;
}

#tabitem2{
    margin-right: 12px;
}