
.mootabs_title {
	list-style-image: none;
	list-style-type: none;
	margin: 0px;
	margin-left:8px;
	padding: 0px;
	height: 24px;
}

.mootabs_title li {
	float: left;
	background-color: #66AACC;
	padding: 8px 8px 8px 8px;
	margin-right: 1px;
	cursor: pointer;
	height: 20px;
	font:12px arial;
	color: #000000;
}

.mootabs_title li.active {
	background-color: #e6e6e6;
}

.mootabs_panel {
	display: none;
	width: 240px;
	clear: both;
}

.mootabs_panel.active {
	display: block;
}
