.all_tab {
	clear: left;
	width: 100%;
	margin: 5px -30px;
	background-color:transparent;
}


ul.tabs {
	width: 90%;
	height: 41px;
	margin: 0px 40px 0px 40px;
	padding: 0px;
}



ul.tabs li {
	float: left;
	height: 41px;
	width: 66px;
	overflow: hidden;
	list-style: none;
	position: relative;
	margin-left:1px;
	margin-bottom: -1px;
	border-radius: 5px 5px 0 0;	
	text-align: center;
	padding-top: 8px;
	
}

ul.tabs li a {
	display: block;
	text-decoration: none;
}

ul.tabs li a:hover {
	color:black;
	display: block;
	text-decoration: none;
	
	
	height: 42px;
	background: #e1e1e1;
	margin-left: 0px;
	border-radius: 4px 4px 0 0;	
	padding-top: 10px;
	margin-top: -10px;
}


ul.tabs li.active  {
	color:green;
	border-top: 1px solid #e1e1e1;
	border-right: 2px solid #e1e1e1;
	border-left: 1px solid #e1e1e1;
  border-bottom: 1px solid white;

	}

div.tab_container {
	clear: left;
	width: 90%;
	padding: 0 0 0px 20px;
	border-top: 1px solid #e1e1e1;
	margin: -1px 40px 0px 40px;
}
div.tab_container .tab_content {
	padding: 0 0 5px;
	
}
