
.mootabs_title {
	list-style-image: none;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	height: 24px;
}

div#subcat_tabs .mootabs_title li {
	width:30px;
	float: left;
	background-color: #72c157;
	color: #FFF;
	padding: 2px 8px 2px 8px;
	margin-right: 2px;
	cursor: pointer;
	height: 16px;
	text-align: center;
	font-family: Arial, sans-serif;
	font-size: 12px;
	background-image: none;
}

div#subcat_tabs .mootabs_title li.active {
	background-color: #509737;
}

.mootabs_panel {
	display: none;
	background-color: none;
	position: relative;
	width: 200px;
	top: -1px;
	clear: both;
	overflow: hidden;
}

.mootabs_panel.active {
	background-color: none;
	display: block;

}