<style>
body {font-size:14px;font-family:ËÎÌå}
ul.TabBarLevel1{
	list-style:none;
	margin:0;
	padding:0;
	height:29px;
	background-image:url(/images/www/bbs/mall/mallindex/tabbar_level1_xbk.gif);
}
ul.TabBarLevel1 li{
	float:left;
	padding:0;
	height:29px;
	margin-right:1px;
	background:url(/images/www/bbs/mall/mallindex/tabbar_level1_slice_left_xbk.gif) left top no-repeat;
}
ul.TabBarLevel1 li a{
	display:block;
	line-height:29px;
	padding:0 20px;
	color:#333;
	background:url(/images/www/bbs/mall/mallindex/tabbar_level1_slice_right_xbk.gif) right top no-repeat;
	white-space: nowrap;
}
ul.TabBarLevel1 li.Selected{
	background:url(/images/www/bbs/mall/mallindex/tabbar_level1_slice_selected_left_xbk.gif) left top no-repeat;
}
ul.TabBarLevel1 li.Selected a{
	background:url(/images/www/bbs/mall/mallindex/tabbar_level1_slice_selected_right_xbk.gif) right top no-repeat;
}

ul.TabBarLevel1 li a:link,ul.TabBarLevel1 li a:visited{
	color:#000;
}
ul.TabBarLevel1 li a:hover,ul.TabBarLevel1 li a:active{
	color:#F30;
	text-decoration:underline;
}
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:underline;
}
a {text-decoration:none;}
a:hover {color: red;text-decoration:underline;}
</style>