#tabs { margin: 10px auto;color:#fff;}
ul.tabs {
	margin: 0;
	padding: 0;
	float: left;
	list-style: none;
	width: 100%;
}
ul.tabs li {
	float: left;
	margin: 0;
	padding: 0;
	line-height: 31px;
	overflow: hidden;
	position: relative;
}
ul.tabs li a {
	text-decoration: none;
	color: #fff;
	font-weight:bold;
	display: block;
	font-size: 1em;
	padding: 0 20px;
	outline: none;
}
html ul.tabs li.active, html ul.tabs li.active a:hover  {
	background: #484848;
	background-image:url('../img/tab.jpg');
	background-repeat:repeat-x;
}
.tab_container {
	clear: both;
	float: left; 
	width: 100%;
	background-color:#484848;
	background-image:url('../img/tab_container.jpg');
	background-repeat:repeat-x;
	background-position:bottom;
}
.tab_content {
	padding: 10px 10px 25px 10px;
	font-size: 1.2em;
}
