ul.tabs {
	margin: 0 0 0 0;
	padding: 0;
	float: left;
	list-style: none;
	height: 50px;
	border-bottom: 1px solid #fbeacb;
	width: 820px;
}
ul.tabs li {
	float: left;
	margin: 0;
	padding: 0;
	height: 49px;
	line-height: 49px;
	border-right: 1px solid #fbeacb;
	margin-bottom: -1px;
	background: #dddddd;
	overflow: hidden;
	position: relative;
}
ul.tabs li a {
	text-decoration: none;
	text-align:center;
	color: #000;
	display: block;
	font-size: 1.3em;
	padding: 0 20px;
	outline: none;
	background:none;
	text-transform:uppercase;
	font-weight:bold;
	font-family:Georgia;
	color:red
}
ul.tabs li a:hover {
	background: #8d837b;
	padding: 0 20px;
	color:white
}	
html ul.tabs li.active, html ul.tabs li.active a:hover  {
	background: #fff;
	color:red
}
.tab_container {
	clear: both;
	float: left; 
	width: 820px;

	-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: 10px;
}
