@charset "utf-8";
/* CSS Document */


ul,li{ 
	padding:0; 
	margin:0;}
#tab_bg{
	background:url(../images/tab_bg.png) repeat-x;
	height:34px;
	padding:0px 0px 0px 10px;
	margin:0px;}

.tab_page{
	height:35px;}

.tab_page ul{
	list-style:none;
	 display:inline;
	 padding:0px;
	 margin:0px;}

.tab_page li{
	list-style:none;
 	float:left;
 	padding:0px 3px;
  	margin:0px;}

.tab_page li a{
	background:url(../images/tab.png) repeat-x;
	height:31px;
	line-height:31px;
	display:inline-block;
	text-decoration:none;
	color:#555555;
	font-family:verdana;
	font-size:11px;
	font-weight:bold;
	padding:0px 8px 5px 8px;
	margin-top:4px;
	outline:none;}

.tab_page li a:hover{
	background:url(../images/tab_hover.png) repeat-x;
	line-height:31px;
	height:31px;
	padding:0px 8px 5px 8px;
	margin-top:4px;
	text-decoration:none;
	color:#000000;}

#tab_page_current{
	background:#ffffff;
	height:25px;
	line-height:31px;
	color:#6a7d21;
	margin-top:4px;
	text-decoration:none;}

.body_bg{
	width:100%;
	float:left;
	background:#ffffff;
	text-align:justify;
	padding:0px 8px 18px 0px;}	

