.ddcolortabs{
	padding: 0;
	width: 760px;
	voice-family: "\"}\"";
	voice-family: inherit;

	top: 35px;
	right: 0px;
	float: right;
	margin-top: 30px;
}

.ddcolortabs ul{
	margin: 0;
	padding: 0;
	list-style: none;
	
	font-size: 12pt;
}

.ddcolortabs li{
	display: inline;
	padding: 8;
	font-size: 12pt;
	height: 60px;
	margin-top: 0;
	margin-right: 2px;
	margin-bottom: 0;
	margin-left: 0;
}


.ddcolortabs a{
	float: left;
	color: #000;
	margin: 0 2px 0 0;
	padding: 0 0 1px 3px;
	text-decoration: none;
	letter-spacing: 1px;
	
}

.ddcolortabs a span{
	float: left;
	display: block;
	float: none;
}
.Chinese {
	height: 40px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #000;
	padding-top: 5px;
	padding-right: 4px;
	padding-bottom: 5px;
	padding-left: 4px;
}

.Chinese2 {
	height: 40px;
	padding-top: 5px;
	padding-right: 4px;
	padding-bottom: 5px;
	padding-left: 4px;
}

.ddcolortabs a:hover{
	color: #F60;
	text-decoration: none;
}
.English {
	font-family: Arial;
	font-size: 10pt;
	font-weight: bold;
	color: #F90;
	height: auto;
	width: auto;
	margin-top: 3px;
}



.ddcolortabs a:hover span{
	color: #F60;
}

.ddcolortabs .selected a, #ddcolortabs .selected a span{ /*currently selected tab*/
	font-family: "微軟正黑體";

}

.ddcolortabsline{
	clear: both;
	padding: 0;
	width: 100%;
	height: 8px;
	line-height: 8px;
	background: black;
	border-top: 1px solid #fff;
}

/* ######### Style for Drop Down Menu ######### */

.dropmenudiv_a{
	position: absolute;
	top: 0; /*THEME CHANGE HERE*/
	border-top-width: 8px; /*Top border width. Should match height of .ddcolortabsline above*/
	border-bottom-width: 0;
	line-height: 18px;
	z-index: 100;
	visibility: hidden;
	font-size: 12px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: black;
	border-bottom-color: black;
	padding: 8px;
	left: 0px;
	background-image: url(images/bg_gradient22.png);
}


.dropmenudiv_a a{
	text-decoration: none;
	color: black;
	padding-top: 3px;
	padding-right: 10pt;
	padding-bottom: 3px;
	padding-left: 10pt;
	display: block;
}


* html .dropmenudiv_a a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv_a a:hover{ /*THEME CHANGE HERE*/
	background-color: #FF3300;
	color: white;
}
