.mootabs_title {
	list-style-image: none;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	height: 24px;
	background:url(images/top-choices.gif) top left no-repeat;
}
.mootabs_title li {
	float: left;
	padding: 5px 8px 0px 8px;
	margin-right: 3px;
	cursor: pointer;
	height: 22px;
	font-size:12px;
	color:#ffffff;
}
.mootabs_title li.hover {
	color:#af0000;
	font-weight:bold;
}
.mootabs_title li.active {
	color:#af0000;
	font-weight:bold;
}
.mootabs_panel {
	display: none;
	position: relative;
	width: 100%;
	top: -1px;
	clear: both;
	overflow:visible;
	font-size:12px;
}
.mootabs_panel.active {
	display: block;
	color:#f3f3f3;
}
