.tabs, .tabs2, .tabs3 {
	background-color: #222;
	background-image: none;
}

.tablist li {
	background-image: none;
}

.tablist a {
	color: #9d9d9d;
	outline: none;
	font-size: 14px;
	text-shadow: none;
	background-image: none;
	text-decoration: none;
}

.tablist li.current a,
.tablist a:hover {
	color: #fff;
	text-decoration: none;
	background-image: none;
	background-color: #080808;
}

