
#tab {
	width: 100%;
}
#tab #navs {
	float: left;
	width: 100%;
	border-bottom: 1px #00521c solid;
	margin-bottom: 5px;
}

#tab #navs li {
	text-align: center;
	display: block;
	float: left;
	width: 24%;
	margin-right: 3px;
	background: #ffffff;
	border: 1px solid #00521c;
	border-bottom: 0px solid #FFF;
	padding: 10px 0px;
	color:#00521c;
}

#tab #navs li.select { 
	background: #00521c;
	color:#FFFFFF;
	font-weight:bold;
}

#tab div { clear: both; }
#tab table { width:100%;}

