<style type="text/css">
<!--
#test{
}
#HeaderBox {
	background-color:#fff;
	border-bottom:1px #eee solid;
}
#HeaderCenter {
	width:1160px;
	margin:0 auto;
	height:66px;
	background-color:#fff;
	//border:1px #ccc solid;
}
#SiteLogo {
	margin-top:5px;
	margin-left:0px;
	border:0px #ccc solid;
	float:left;
}
#SearchBox{
	border:1px #ccc solid;
	margin-top:17px;
	margin-left:10px;
	float:left;
	width:490px;
	padding:0px;
	border-radius:4px;
	padding:3px;
}
#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:100%;
	padding:10px 0px;
	margin:0px 0px 0px 25px;
	//border:1px #eee solid;
	//border-bottom:1px #ddd solid;
	float:left;
}
#TopMenu ul{
	//width:1100px;
	font-size:15px;
	padding:0px;
	//margin-left:20px;;
	font-family: Microsoft JhengHei;
}
#TopMenu ul li{
	display:inline;
	list-style-type:none;
	margin-right:10px;
}
#TopMenu ul li span a{
	color:#333;
	font-weight:bold;
	text-decoration:none;
}
#TopMenu ul li span a:hover{
	text-decoration:none;
}
#TopMenu ul li span#find_selected_0 a{
	background-color:#fff;
	padding:4px 12px;
	border-radius:3px;		
}
#TopMenu ul li span#find_selected_0 a:hover{
	background-color:#fff;
	padding:4px 12px;
	border-radius:3px;	
	background-color:#D2E9FF;	
}
#TopMenu ul li span#find_selected_1 a{
	background-color:#4d94ff;
	color:#fff;
	padding:4px 12px;
	border-radius:3px;	
}
#TopMenu ul li span#find_selected_1 a:hover{
	background-color:#4d94ff;
	color:#fff;
	padding:4px 12px;
	border-radius:3px;	
}
#TopMenu ul li span#find_selected_1 a{
	color:#fff;
}
#clear{
	clear:both;
}
#breadcrumb_trail {
	width:100%;
	background-color:#fff;
	padding:8px 0px 8px 0px;
	margin-bottom:10px;
	font-size:13px;
	border-bottom:1px #eee solid;
	box-shadow:0px 3px 10px #eee;	
	font-family: Microsoft JhengHei;
}
#breadcrumb_trail ol{
	width:1160px;
	padding:0px;
	margin:0 auto;
}
#breadcrumb_trail ol li{
	display:inline;
}
#breadcrumb_trail ol li a{
	color:#003399;
	text-decoration:none;
}
#breadcrumb_trail ol li a:hover{
	text-decoration:underline;
}
#breadcrumb_trail_small {
	display:none;	
}
-->
</style>

