ul.tabctl {
	margin: 0 ;
	padding: 2em 0;
	float: left;
	list-style: none;
	/* border-bottom: 1px solid #999;
	border-left: 1px solid #999; */
	width: 90%;
}
ul.tabctl li {
	float: left;
	margin: 0;
	padding: 0;
	height: 25px;
	line-height: 25px;
	border: 1px solid #999;
	/* border-left: none; */
	margin-bottom: -1px;
	background: #c0cad5;
	overflow: hidden;
	position: relative;
}
ul.tabctl li a {
	text-decoration: none;
	color: #000;
	display: block;
	/*font-size: 1.2em;*/
	padding: 0 20px;
	border: 1px solid #fff;
	outline: none;
}
ul.tabctl li a:hover {
	background: #ccc;
}	
html ul.tabctl li.active, html ul.tabctl li.active a:hover  {
	background: transparent;
	border-bottom: 1px solid #fff;
}
div.tab {
    clear:both;
	margin-top: 10px;
	/*padding: 20px;*/
}
/*
.tab_container {
	border: 1px solid #999;
	border-top: none;
	clear: both;
	float: left; 
	width: 100%;
	background: #fff;
	-moz-border-radius-bottomright: 5px;
	-khtml-border-radius-bottomright: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-moz-border-radius-bottomleft: 5px;
	-khtml-border-radius-bottomleft: 5px;
	-webkit-border-bottom-left-radius: 5px;
}
*/
