.tabbed {
	position: relative;
	border-left: 1px solid #c1bfab;
	min-height: 2em;
	height: auto !important;
	height: 2em;
	margin: 0 0 2.5em;
}
.tabbed ul {
	list-style: none;
	width: 525px; /*  Need to specify this for IE6  */
	margin: 0;
	padding: 0 0 1px !important;
	padding: 0;
	border-bottom: 1px solid #c1bfab;
	height: 2em;
}
.tabbed li {
	float: left;
	display: inline;
	height: 2em;
	line-height: 2em;
	border: 1px solid #c1bfab;
	border-bottom: none;
	margin: 0 0 0 -1px;
	padding: 0;
	white-space: nowrap;
	width: auto !important;
	width: 1%;
	z-index: 1;
}
.tabbed li a {
	padding: 0 .5em;
	display: block;
	height: 2em;
	line-height: 2em;
	background: #fff url(/images/siteframework/tab_inactive.gif) repeat-x;
}
.tabbed li.inactive a {
	color: #039;
}
.tabbed li ul {
	position: absolute;
	top: 2em;
	left: 0;
	border: 1px solid #c1bfab;
	border-bottom: none;
	height: 2em;
	margin: 0 0 0 -1px;
	padding: .5em 0 0 0 !important;
	background: #fff;
	display: none;
}
.tabbed ul li.active {
}
.tabbed li.active a {
	margin-bottom: -1px;
	background: #fff url(/images/siteframework/tab_active.gif) repeat-x;
	z-index: 2;
	position: relative;
	left:0;
	top:0;
	color: #AC6410;
	border-bottom: 1px solid #fff;
}
.tabbed li.active ul {
	display: block;
}
.tabbed ul li.active ul li.active {
	border-bottom: none;
	position: static;
	margin-bottom: 0;
}
.tabbed ul li.active ul li.active a {
	text-decoration: underline;
	color: #AC6410;
	background: url(/images/siteframework/active_tab_marker.gif) 50% bottom no-repeat;
	padding-bottom: 8px;
}
.tabbed li ul li {
	border-top: none;
	border-bottom: none;
	background: none;
	margin-left: -1px;
	height: 1.2em;
	line-height: 1.2em;
	font-size: 90%;
}
.tabbed li ul li a, .tabbed li.active ul li a {
	height: 1.2em;
	line-height: 1.2em;
	background: none;
	border-top: none;
	color: #039;
}

