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

.mootabs_title li {
	float: left;
	background-color: transparent;
	padding: 2px 8px 2px 8px;
	margin-right: 2px;
	cursor: pointer;
	color: #333;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	height: 24px;
	line-height: 24px;
}

.mootabs_title li.active {
	border-top: 3px solid #01407F;
}

.mootabs_panel {
	display: none;
	position: relative;
	width: 100%;
	top: -1px;
	font-family: "Trebuchet MS";
	clear: both;
	color: #000;
	overflow: auto;
	text-align:left;
	padding: 10px 3px 3px 3px;
}

.mootabs_panel.active {
	background-image: url(images/content_bg.jpg);
	display: block;
	background-repeat: no-repeat;
}

.mootabs_title li.over {
	border-top: 3px solid #01407F;
}
