ul.TabBarLevel1{
	list-style:none;
	margin:0;
	padding:0;
	height:25px;
	background-image:url(images/tabbar_level1_bk.gif);
}
ul.TabBarLevel1 li{
	float:left;
	height:20px;
	margin-right:1px;
	background:url(images/tabbar_level1_slice_left_bk.gif) left top no-repeat;
	margin-left: 5px;
	font-size: 12px;
	vertical-align: sub;
}
ul.TabBarLevel1 li a{
	display:block;
	line-height:20px;
	padding:0 18px;
	color:#333;
	background:url(images/tabbar_level1_slice_right_bk.gif) right top no-repeat;
	white-space: nowrap;
}
ul.TabBarLevel1 li.Selected{
	background:url(images/tabbar_level1_slice_selected_left_bk.gif) left top no-repeat;
	font-size: 14px;
	margin-left: 5px;
	font-weight: bold;	
}
ul.TabBarLevel1 li.Selected a{
	background:url(images/tabbar_level1_slice_selected_right_bk.gif) right top no-repeat;
}

ul.TabBarLevel1 li a:link,ul.TabBarLevel1 li a:visited{
	color:#333;
}
ul.TabBarLevel1 li a:hover,ul.TabBarLevel1 li a:active{
	color:#F30;
	text-decoration:none;
}
ul.TabBarLevel1 li.Selected a:link,ul.TabBarLevel1 li.Selected a:visited{
	color:#000;
}
ul.TabBarLevel1 li.Selected a:hover,ul.TabBarLevel1 li.Selected a:active{
	color:#F30;
	text-decoration:none;
}
div.HackBox {
	display:none;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;
	height: 124px;
	background-color: #F6F7F9;
	line-height: 20px;
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 2px;
	padding-left: 10px;
	text-align: left;
	font-size: 12px;
}
.H_ti_pic {
	float: left;
	width: 120px;
}
