
ul.TabBarLevel1{
	list-style:none;
	margin:0;
	padding:0;
	background-image:url(../image/tabbar/bk1.gif);
	height:auto;
	min-height:29px;
	_height:29px;
}
ul.TabBarLevel1 li{
	float:left;
	padding:0;
	height:29px;
	min-height:29px;
	_height:29px;
	margin-right:1px;
	background:url(../image/tabbar/left_bk.gif) left top no-repeat;
}
ul.TabBarLevel1 li a{
	display:block;
	line-height:29px;
	padding:0 20px;
	color:#333;
	background:url(../image/tabbar/right_bk.gif) right top no-repeat;
	white-space: nowrap;
}
ul.TabBarLevel1 li.Selected{
	background:url(../image/tabbar/selected_left_bk.gif) left top no-repeat;
}
ul.TabBarLevel1 li.Selected a{
	background:url(../image/tabbar/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;
}

ul.TabBarLevel2{
	list-style:none;
	margin:0 0 1px;
	padding:0;
	border-left: 1px #BAC1C9 solid;
	border-right: 1px #BAC1C9 solid;
	height:25px;
	background-image:url(../image/tabbar/level2_bk.gif)
}
ul.TabBarLevel2 li{
	margin:0 6px 0 6px;
	padding:0;
	float:left;
	line-height:25px;
	white-space: nowrap;
}
ul.TabBarLevel2 li a{
	display:block;
	padding-left:16px;
}
ul.TabBarLevel2 li a:link,ul.TabBarLevel2 li a:visited{
	color:#111;
}
ul.TabBarLevel2 li a:hover,ul.TabBarLevel2 li a:active{
	color:#F30;
	text-decoration:none;
}
ul.TabBarLevel2 li.Selected{
	background:url(../image/tabbar/level2_selected_bk.gif) left top no-repeat;
}