#outer {
	width: 846px;
	margin-top: 50px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	position: relative;
	left: 200px;
	top: 30px;
}
#tab {
	overflow: hidden;
	zoom: 1;
	background: #000;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #999;
}
#tab li {
	float: left;
	color: #fff;
	height: 30px;
	cursor: pointer;
	line-height: 30px;
	padding: 0 20px;
	font-size: 24px;
}
#tab li.current {
	color: #000;
	background-color: #FFF;
	font-size: 24px;
}
#content {
	background-color: #FFF;
	width: 846px;
}
#content ul {
	line-height: 35px;
	display: none;
	margin-right: 10px;
	margin-left: 10px;
	padding-top: 15px;
}


