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

.mootabs_title li {
	float: left;
	background-color: #b19b21;
	padding: 2px 10px 2px 10px;
	margin-right: 10px;
	cursor: pointer;
	color: #fff;
	font-family: "Trebuchet MS";
	font-size: 12px;
	height: 24px;
	line-height: 24px;
}

.mootabs_title li.active {
	background-color: #33623e;
}

.mootabs_panel {
	display: none;
	position: relative;
	width: 99%;
	text-align:justify;
	font-family: "Trebuchet MS";
	clear: both;
	color: #000;
	overflow: auto;
	padding: 5px;
}

.mootabs_panel.active {
	display: block;
	
}

.mootabs_title li.over {
	text-decoration:underline;
}
