/*¾­µä¼øÉÍÒ³Ãæ*/
body {
	margin:0;
	text-align: center;
	font-size: 12px;
}
ul.TabBarLevel{
 	list-style:none;
 	margin:0;
 	height:29px;
	width:770px
 }

ul.TabBarLevel li{
 	float:left;
 	height:29px;
 	margin-right:2px;
 }
ul.TabBarLevel li a{
 	display:block;
 	float:left;
 	height:29px;
 	background:transparent url(../images/search/left.gif) left top no-repeat;
 	text-decoration:none;
	letter-spacing:3px;
 }
ul.TabBarLevel li a span{
	display:block;
	float:left;
	height:29px;
	padding:11px 25px 0;
	background:transparent url(../images/search/right.gif) right top no-repeat;
	color:#000;
	font-style:normal;
	cursor:hand;
	text-decoration:none;

}
ul.TabBarLevel li.Selected a{
 background:#BCC1CB url(../images/search/selected_left_hover.gif) left top no-repeat;text-decoration:none;
 }
ul.TabBarLevel li.Selected a span{
 background:transparent url(../images/search/selected_right_hover.gif) right top no-repeat;font-weight:bold;color:#FFF;text-decoration:none;
 }
ul.TabBarLevel li a:hover{
 background:#BCC1CB url(../images/search/left_hover.gif) left top no-repeat;text-decoration:none;
 }
ul.TabBarLevel li a:hover span{
 background:transparent url(../images/search/right_hover.gif) right top no-repeat;color:#FFF;text-decoration:none;
 }
div.TabBarContent{
	background-color: #DFEBF7;
	border: 1px solid #3A75B6;
  }
div.TabBarContent div {display:none;}
div.TabBarContent div.Selected {
	display:block;
	padding:0;
	}