.yui3-tabview-list {
	border: 1px solid #c8c9ca;
	padding: 4px;
}

.ie7 .yui3-tabview-list {
	overflow: hidden;
}

.yui3-tab {
	background: transparent;
	border-width: 0;
	font-weight: bold;
}

.yui3-tab-content {
	padding: 3px 10px;
}

.yui3-tab-active {
	background: #333;
	padding: 0;
	position: relative;
	z-index: 10;
}

.yui3-tab-active, .yui3-tab-active a {
	color: #fff;
	text-decoration: none;
	text-shadow: -1px -1px #000;
}

.yui3-tab-active:after {
	border: 10px solid;
	border-bottom-width: 0;
	border-color: #333 transparent transparent;
	bottom: -7px;
	content: '-';
	display: block;
	height: 0;
	left: 50%;
	margin-left: -10px;
	position: absolute;
	text-indent: -9999px;
	width: 0;
	z-index: 20;
}