/* CSS Document */
body {
	font-size:12px;
	font-family:ËÎÌå;
	margin: 0px;
}
ul.TabBarLevel1{
	list-style:none;
	margin:0px;
	padding:0px;
	height:32px;
	background-image:url(/Templets/images/tabbar_bg.jpg);
}
ul.TabBarLevel1 li{
	float:left;
	padding:0;
	height:32px;
	background:url(/Templets/images/tabbar_select_b.jpg) right top no-repeat;
}
ul.TabBarLevel1 li a{
	display:block;
	line-height:32px;
	padding:0 15px;
	text-decoration:none
	background:url(/Templets/images/tabbar_select.jpg) right top no-repeat;
	white-space: nowrap;
}
ul.TabBarLevel1 li span{
	display:block;
	line-height:32px;
	padding:0 20px;
	cursor:pointer;
}
ul.TabBarLevel1 li.Selected{
	background:url(/Templets/images/tabbar_select.jpg) center top no-repeat;
}
ul.TabBarLevel1 li.Selected a{
	background:url(/Templets/images/tabbar_select.jpg) center top no-repeat;
}

ul.TabBarLevel1 li a:link,ul.TabBarLevel1 li a:visited{
	color:#23760A;
	text-decoration:none;
}
ul.TabBarLevel1 li a:hover,ul.TabBarLevel1 li a:active{
	color:#23760A;
	text-decoration:none;
}
ul.TabBarLevel1 li.Selected a:link,ul.TabBarLevel1 li.Selected a:visited{
	color:#FFF;
	text-decoration:none;
}
ul.TabBarLevel1 li.Selected a:hover,ul.TabBarLevel1 li.Selected a:active{
	color:#FFF;
	text-decoration:none;
}
div.HackBox {padding : 6px;display:none;}
#Whatever{border: 1px solid #A6C69D;}
.aspan{cursor:pointer;}

