#myTabs{
	margin-top: 5px;
}

.mootabs_title {
	list-style-image: none;
	list-style-type: none;
	margin: 0px;
	padding: 5px 0px 0px;
	height: 41px;
	background: url(../images/bioTabsBase.png) no-repeat center bottom;
	color: #fff;
	font-size: 13px;
	font-weight: bold;
	text-align: center;
}

.mootabs_title li {
	float: left;
	background: url(../images/bioTab_Off.png) no-repeat;
	margin-right: 15px;
	cursor: pointer;
	height: 30px;
	width: 138px;
	padding-top: 7px;
	text-align: center;
}

.mootabs_title li.active {
	background: url(../images/bioTab_On.png) no-repeat;
	text-align: center;
}

.mootabs_panel {
	display: none;
	background-color: #ddd;
	position: relative;
	width: 100%;
	top: -1px;
	clear: both;
}

.mootabs_panel p{
	padding: 0 20px;
	line-height: 20px;
}

.mootabs_panel.active {
	display: block;
	background: url(../images/bioBackground.png) repeat-x center top;
	text-align: justify;
	padding-top: 0;
	padding-bottom: 0;
}