ul.tabs {
	margin: 0;
	padding: 0;
	float: left;
	list-style: none;
	height: 21px;
	/*border-bottom: 1px solid #FF7E0C;*/
	/*border-left: 1px solid #FF7E0C;*/
	width: 100%;
}
ul.tabs li {
	float: left;
	margin: 0;
	padding: 0;
	height: 21px;
	line-height: 21px;
	border-bottom: 1px solid #eeeeee;
	border-left: 1px solid #cccccc;
	margin-bottom: -1px;
	background: #cccccc;
	overflow: hidden;
	position: relative;
}
ul.tabs li a {
	text-decoration: none;
	color: #333333;
	display: block;
	font-weight:bold;	
	padding: 0 10px;
	border-right: 1px solid #fff;
	outline: none;
}
ul.tabs li a:hover {
	/*background: #fff77f;*/
	text-decoration:underline;	
}	
html ul.tabs li.active, html ul.tabs li.active a:hover  {
	background: #eeeeee;
	/*border-bottom: 1px solid #fff;*/
}
.tab_container {
	/*border: 1px solid #FF7E0C;*/
	border-top: none;
	clear: both;
	float: left; 
	width: 100%;
	background: #eeeeee;
	border:1px solid #cccccc;	
/*	
	-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;
*/
}
.tab_content {
	padding: 5px;
}