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

#tab #navs li {
	text-align: center;
	display: inline-block;
	padding:0.5em 1em;
/*
	float: left;
	width: 23%;
	height:40px;
	line-height:40px;
*/
	margin-right: 3px;
	background: #ffffff;
	border: 1px solid #cdc5a5;
	border-bottom: 0px solid #FFF;
	color:#004080;
}

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

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

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

#tab #navs li.west{
	background: #0593f6;
	color:#FFFFFF;
	font-weight:bold;
}

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

