@charset "utf-8";
.tnb {
	overflow:hidden;	
	height:40px;
	margin:0;
	padding:0;
	z-index: 20;
	width:100%;
	line-height:39px;
}
.tnb ul.t_menu {
	list-style: none;
	width:100%;
	display: table;
	margin:0;
	padding:0;
}
.tnb ul li {
	display: table-cell;
	text-align:center;	
	height:40px;
	border-right:1px solid #ededed;
	border-bottom:1px solid #ddd;
}
.tnb ul li a {
	display:block;
	color:#303030;
	text-decoration:none;
	font-size:12px;
}
.tnb ul li.active {
	background: #f0f0f0;
}

.tnb ul li:last-child {
	border-right:none;
}


