ul.TabBarLevel1{
	list-style:none;
	margin:0;
	padding:0;
	width:785px;
	height:29px;
	border-bottom:1px solid #6BBEFF;
}
ul.TabBarLevel1 li{
	float:left;
	padding:0;
	height:29px;
	margin-right:3px;
	background:url(../images/tabbar_level1_slice_left_bk.gif) left bottom no-repeat;
}
ul.TabBarLevel1 li a{
	display:block;
	line-height:29px;
	padding:0 7px;
	color:#666666;
	background:url(../images/tabbar_level1_slice_right_bk.gif) right bottom no-repeat;
	white-space: nowrap;
}
ul.TabBarLevel1 li.Selected{
    color:#666666;
	font-weight:bold;
	background:url(../images/tabbar_level1_slice_selected_left_bk.gif) left top no-repeat;
}
ul.TabBarLevel1 li.Selected a{
    color:#666666;
	font-weight:bold;
	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:#666666;
	text-decoration:none;
}
ul.TabBarLevel1 li a:hover,ul.TabBarLevel1 li a:active{
	color:#666666;
	text-decoration:none;
}
ul.TabBarLevel1 li.Selected a:link,ul.TabBarLevel1 li.Selected a:visited{
	color:#666666;
	text-decoration:none;
}
ul.TabBarLevel1 li.Selected a:hover,ul.TabBarLevel1 li.Selected a:active{
	color:#666666;
	text-decoration:none;
}
div.HackBox {
  width:100%;
  height:132px;
  padding:5px;
  border-left: 1px solid #6BBEFF;
  border-right: 1px solid #6BBEFF;
  border-bottom: 1px solid #6BBEFF;
  display:none;
}