	.foucs-img {
		background: url(../images/neiyedatu4.jpg) no-repeat center center;
	}
	
	.navCase {
		width: 1188px;
		margin: 0 auto;
		border-bottom: solid 1px #BFBFBF;
		display: table;
	}
	
	.navCase a {
		display: block;
		float: left;
		margin-right: 30px;
		padding: 0px 0px 10px;
		font-size: 18px;
		letter-spacing: 1px;
		color: #0F0F0F;
		text-transform: capitalize;
		position: relative;
	}
	
	.navCase a:hover {
		color: #A40000;
	}
	
	.navCase a.active:hover {
		color: #0F0F0F;
	}
	
	.navCase a hr {
		height: 2px;
		border: none;
		background: #A40000;
		position: absolute;
		top: -200px;
		width: 100%;
		z-index: 1;
	}
	
	.navCase a.active {
		border-bottom: solid 2px #A40000;
	}