ul.tabs {
	margin: 26px 0 0 10px;
	padding: 0;
	float: left;
	list-style: none;
	height: 32px;
	font-family: Georgia;
	width: 98%;
}
ul.tabs li {
	float: left;
	margin: 0;
	padding: 0;
	height: 31px;
	line-height: 31px;
	border-left: none;
	margin-bottom: -1px;
	background:url(../images/tabs-fnd.jpg) repeat-x;
	overflow: hidden;
	position: relative;
}
ul.tabs li a {
	text-decoration: none;
	color: #9B5114;
	display: block;
	font-size: 11px;
	font-weight:normal;
	padding: 0 8px;
	border: 1px solid #CCC;
	outline: none;
}
ul.tabs li a:hover {
	color:#CD3326;
}	
html ul.tabs li.active, html ul.tabs li.active a:hover  {
	color:#CD3326;
	border-bottom: 1px solid #F7F6F4;
}
.tab_container {
	margin: 0 0 20px 10px;
	border: 1px solid #CCC;
	border-top: none;
	clear: both;
	float: left; 
	width: 648px;
	height:144px;
	background: #F7F6F4;
}
.tab_content {
	padding: 1px;
}

