.panel ul {
	width: 500px;
	height: 190px;
	float: left;
	overflow: hidden;
	padding: 0px;
	list-style-image: none;
	list-style-type: none;
	margin: 0px;
}
.panel ul li {
	clear: both;
	width: 540px;
	height: 16px;
	display: block;
	padding-top: 5px;
	padding-right: 15px;
	padding-bottom: 5px;
	padding-left: 15px;
	float: left;
	margin: 0px;
	overflow: hidden;
}
.panel ul li a{
	font-size: 13px;
	color: #cccccc;
	text-decoration: none;
}

.panel ul li a:hover{
	font-size: 13px;
	color: #FFFFFF;
	text-decoration: none;
}

.panel ul li em{
	font-size: 13px;
	color: #cccccc;
	text-decoration: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-decoration: none;
	display: block;
	width: 100px;
	float: right;
}
.more a{
	background-image: url(../img/more.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	display: block;
	height: 8px;
	width: 41px;
	float: right;
	margin-top: 9px;
	margin-right: 10px;
}
.more a:hover{	background-position: 0px -9px;}

.icon_1,
.icon_2,
.icon_3,
.icon_4,
.icon_5,
.icon_6,
.icon_7{
	display: block;
	float: left;
	height: 17px;
	width: 31px;
	margin-right: 5px;
	background-image: url(../img/icon.png);
	background-repeat: no-repeat;
}
.icon_1{	background-position: 0px 0px;}
.icon_2{	background-position: 0px -17px;}
.icon_3{	background-position: 0px -34px;}
.icon_4{	background-position: 0px -51px;}
.icon_5{	background-position: 0px -68px;}
.icon_6{	background-position: 0px -85px;}
.icon_7{	background-position: 0px -102px;}

.abgne_tab {
	overflow: hidden;
	width: 500px;
	position: relative;
	float: left;
	height: 248px;
	float: left;
	margin-top: 20px;
	margin-right: 30px;
	margin-bottom: 30px;
	margin-left: 30px;
	}
ul.tabs {
	position: relative;
	height: 30px;
	padding-top: 5px;
	cursor: default;
	display: block;
	/*	overflow: hidden;*/
	margin-right: auto;
	margin-left: auto;
	background-image: url(../img/barbg.jpg);
	background-repeat: repeat-x;
	background-position: left bottom;
	}
ul.tabs li {	
	float: left;
	list-style-image: none;
	list-style-type: none;
}
ul.tabs li a {
	font-family: "微軟正黑體", Arial;
	display: block;
	width: 80px;
	text-align: center;
	font-size: 15px;
	font-weight: bold;
	text-decoration: none;
	line-height: 15px;
	margin-top: 5px;
	cursor: pointer;
	height: 15px;
	display: block;
color: #bbb;
	text-decoration: none;
	}
ul.tabs li a:hover {
	color: #FFFFFF;
	}


ul.tabs li.active a:hover {
	color: #FFFFFF;}
div.tab_container {
		clear: left;
		width: 100%;
		border-top: none;
	}
div.tab_container .tab_content {
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	}
ul.tabs li.active  {
	background-image: url(../img/bar.png);
	background-repeat: no-repeat;
	background-position: 0px bottom;
	height: 31px;
	color: #FFFFFF !important;
	}
ul.tabs li.c1 a {
	background-image: url(../img/tabs_01.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	display: block;
	height: 15px;
	width: 80px;
	float: left;
}
ul.tabs li.c1 a:hover,
ul.tabs li.c1 a.active {
	background-image: url(../img/tabs_01.png);
	background-position: 0px -15px;
}