
#tab {
	width: 100%;
}
#tab #navs {
	float: left;
	width: 100%;
	margin-bottom: 1.5em;
}

#tab #navs li {
	text-align: center;
	display: inline-block;
	margin: 0 3px 0.3em 0;
	background: #e3fdc1;
	line-height:150%;
	color:#890;
	border-radius:0.4em;
	padding:0.3em 0.6em;
	font-size:130%;
}

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

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

