.mootabs_title {
	list-style-image: none;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	height: 24px;
	
}

.mootabs_title li {
	float: left;
	background-color: #ffffff;
	padding: 0px 8px 0px 8px;
	margin-right: 2px;
	cursor: pointer;
	color: #272822;
	font-family: "Trebuchet MS";
	font-size: 12px;
	font-weight: bold;
	height: 18px;
	line-height: 18px;
}

.mootabs_title li.active {
	border-top: 4px solid #55FF2A;
}

.mootabs_panel {
	display: none;
	position: relative;
	width: 98%;
	top: -1px;
	font-family: "Trebuchet MS";
	clear: both;
	color: #000;
	overflow:;
	text-align:left;
	padding: 3px;
}

.mootabs_panel.active {
	background-color: ;
	display: block;

}

.mootabs_title li.over {
	border-top: 4px solid #30DA06;
}

