@charset "utf-8";

#outer{
	width:740px;
	margin:0 auto;
}
#tab{
border-bottom:1px solid #ccc;
width:730px;
float:left;
height:32px;
	overflow:hidden;
	zoom:1;
	padding-left:10px;
}

#tab li{
	height:32px;
	overflow:hidden;
	cursor:pointer;
	line-height:32px;
	list-style-type:none;
	text-align:center;
	padding:1px;
	padding-bottom:0px;
	margin-right:5px;
	float:left;
	border:1px solid #ccc;
}
#tab li a{
background:url(../images/tab11.jpg) repeat-x left top;

display:block;
font-size:14px;
font-family:"微软雅黑";
font-weight:bold;
	height:32px;
	line-height:32px;
	overflow:hidden;
	padding:0 30px;
color:#127000;
	}
#tab li.current a{
background:url(../images/tab1.jpg) repeat-x left top;
display:block;
height:32px;
padding:0 30px;
line-height:32px;
text-align:center;
overflow:hidden;
color:#fff;
}

#content{
width:1000px;

overflow:hidden;
}
#content ul{
	line-height:24px;
	display:none;
	margin:0 0px;
	padding:10px 25px;

float:left;
}

