#tab { width:100%; }
#tab #navs { float: left; width: 100%; margin-bottom: 5px; }
#tab #navs li {
	text-align: center;
	display: block;
	float: left;
	width: 20%;
	margin-right: 1%;
	line-height: 50px;
	background: #e4e1d3;
	color: #000;
    border-radius: 10px;
	margin-bottom: 5px;
	transition: 0.3s;
}

#tab #navs li.select { background: #000; color: #FFF; font-weight: bold; border-radius: 0px; }
#tab #navs li:hover { color: #FFF; background: #5d5c56; border-radius: 0px; }
#tab div { clear:both; }

@media screen and (max-width: 601px) {
	#tab #navs li {	line-height: 40px; }
}
