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

#tab #navs li {
	text-align: center;
	display: block;
	float: left;
	width: 9%;
	margin-right: 3px;
	background: #ffffff;
	border: 1px solid #CCCCCC;
	border-bottom: 0px solid #FFF;
	height:40px;
	line-height:40px;
	color:#149982;
}

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

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

