*{	padding:0;
	margin:0;}

.cate .active a, .cate ul li a:hover{color:#203500;
			background-color:#9fd54f;}

#example-two { 	width:950px;
				height:auto;
				position:relative;
				margin:auto;
				margin-top:15px;
				padding:0;}
				
#example-two .list-wrap {
	padding: 15px;
	background-color: #f5f4fa;
	height: auto;
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 0;
	border: 1px solid #203500;}

#example-two .nav { overflow: hidden;}
#example-two .nav ul{	list-style:none;}
#example-two .nav li{	float:left;
						margin: 0 5px 0 0;}
						
#example-two .nav li:last-child { margin-right: 0; }

#example-two .nav li a { display: block;
							width:auto;
							height:35px;
							line-height:35px;
						padding:0 10px 0 10px;
	text-align:center;
			font-weight:600;
	text-align: center;
	text-decoration:none;
	border: 0;
	color: #203500;
	background-color: #c4ff6d;}

/* Generic Utility */
.hide { position: absolute; top: -9999px; left: -9999px; }

/* Specific to example two */



#example-two ul { list-style: none; margin: 0; padding: 0;}
#example-two ul li a {
	display: block;
	padding: 4px;
	color: #203500;
}
#example-two ul li a:hover {
	color:#203500;
}
#example-two ul li:last-child a { border: none; }



#example-two li a.current,#example-two li a.current:hover {
	background-color: #203500!important;
	color: #c4ff6d;
	text-decoration:none;
}
#example-two .nav li a:hover, #example-two .nav li a:focus {
	background-color: #9fd54f;
	text-decoration:none;
}


