
#content{
	width: 650px;
	margin: 30px auto;
}

ul#tab {
	zoom: 1;
	background: #696969;
	border-bottom: 3px solid #002499;
	list-style: none;
	margin: 0 auto;
	padding: 0;
}
ul#tab:after { content:"."; display: block; height:0px; clear:both; line-height:0; visibility:hidden; }
ul#tab li {
	float: left;
	text-align: center;
}
ul#tab li:last-child {
	background: none;
}
ul#tab li a {
	display: block;
	width: 92px;
	padding: 10px 0;
	text-decoration: none;
	color: #222;
}
ul#tab li a:hover {
	background: #405fc4;
	color: #fff;
}
ul#tab li.active,
ul#tab li.active a,
ul#tab li.active a:hover {
	background: #002499;
	color: #fff;
}
#detail {
	clear: both;
	overflow: hidden;
	background: #f7f7f7;
	width: 650px;
	height: auto;
	padding: 10px;
}
.tabbox {
	display: none;
}



