
.mootabs_title {
	list-style-image: none;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	height: 60;
/* 2 LINES ADDED 04/23/08 */
	cursor: pointer;
	cursor: hand;
}

.mootabs_title li {
	float: left;
	height: 60px;
	/*cursor: pointer;*/
	
}

.mootabs_title li.active {
}

.mootabs_panel {
	display: none;
	background-color: #fff;
	position: relative;
	width: 693px;
	clear: both;
	/*overflow: auto;*/
	overflow: none;
	
}

.mootabs_panel.active {
	background-color: #a14f50;
	display: block;
}
