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

.mootabs_title li {
	float: left;
	cursor: pointer;
	height: 35px;
	background-position: 0px 0px;
	width: 110px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 22px;
	line-height: 35px;
	text-align: center;
	color: #FFFFFF;
}

.mootabs_title li.active {
	background-position: 0px 0px;
}

.mootabs_panel {
	display: none;
	position: relative;
	width: 650px;
	top: -1px;
	clear: both;
	overflow: hidden;
	padding: 4px;
}

.mootabs_panel.active {
	display: block;
}
