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

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

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

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

