.tab {
  margin:  auto;
}
.tab ul {
	margin: 0;
	padding: 0;

	overflow: hidden;
	width: 100%;
	display: block;
	
}
.tab ul li {
	list-style: none;
	float: left;
	width: 20%;
	text-align: center;
	

}
.tab ul li a img{
	width: 23%;
	text-align: center;
	filter : alpha(opacity=80); /* IE, 0 ~ 100 */
	opacity : 0.8; /* Others, 0 ~ 1 */
	margin-right: 5px;
}
.tab ul li a {
	display: inline-block;
	color: #777;
	outline: 0;
	text-decoration: none;
	font-weight: bold;
	padding: 5px;
	background-color: #F4F3F0;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #E7E7E0;
	border-bottom: 1px solid #E7E7E0;
}

.tab ul li.active a {
	background-color: #FFF;
	color: #000000;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
}

.tab ul li.active a img{
	filter : alpha(opacity=100); /* IE, 0 ~ 100 */ opacity : 1; /* Others, 0 ~ 1 */ 

}



.tabscontent{
	padding: 30px;
	min-height:550px;

}
