<style type="text/css">
<!--
#test{
}
#HeaderBox {
	background-color:#fff;
	border-bottom:1px #eee solid;
}
#HeaderCenter {
	width:100%;
	margin:0 auto;
	height:36px;
	background-color:#fff;
	//border:1px #ccc solid;
}
#SiteLogo {
	margin-top:0px;
	margin-left:0px;
	width:100px;
	height:31px;
	border:0px #ccc solid;
	float:left;
}
#SiteLogo img{
	width:100%;
}
#SearchBox{
	border:1px #ddd solid;
	margin-top:2px;
	margin-left:10px;
	float:left;
	width:490px;
	border-radius:4px;
	padding:2px;
}
#qbox{
	width:430px;
	//height:16px;
	font-size:15px;
	padding:4px;
	border:0px #000 solid;
	margin-top:0px;
	outline:none;
	padding:2px 4px;
	float:left;
}
#SearchBox img{
//	float:right;
	cursor: pointer;
	
}
#GoSearchButton {
	//font-size:15px;
	width:25px;
	height:25px;
	background-color:#fff;
	border:0px #fff solid;
	background-image:url(../images/searchbutton.png);
	float:right;
	cursor: pointer;
}
#TopMenu {
	//width:200px;
	height:31px;
	float:left;
	padding:0px;
	margin:5px 0px 0px 15px;
	border:0px #ccc solid;	
}
#TopMenu ul{
	font-size:15px;
	padding:0px;
	margin:0px;
	font-family: Microsoft JhengHei;
}
#TopMenu ul li{
	display:inline;
	list-style-type:none;
}
#TopMenu ul li a{
	margin-right:10px;
	color:#333;
	font-weight:bold;
	text-decoration:none;
}
#TopMenu ul li a:hover{
	text-decoration:underline;
}
#clear{
	clear:both;
}
#breadcrumb_trail {
	width:100%;
	background-color:#222224;
	padding:8px 0px 8px 0px;
	margin-bottom:0px;
	font-size:13px;
	//border-bottom:1px #eee solid;
	//box-shadow:0px 3px 10px #eee;	
	font-family: Microsoft JhengHei;
	color:#eee;
}
#breadcrumb_trail ol{
	//width:1160px;
	padding:0px;
	margin:0 auto;
}
#breadcrumb_trail ol li{
	display:inline;
}
#breadcrumb_trail ol li a{
	color:#ddd;
	text-decoration:none;
}
#breadcrumb_trail ol li a:hover{
	text-decoration:underline;
}
#breadcrumb_trail_small {
	display:none;	
}
-->
</style>

