.morphtabs_title {
	list-style-image: none;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	height: 24px;
}

.morphtabs_title li {
	float: left;
	background-color: #818a90;
	padding: 2px 8px 2px 8px;
	margin: 0 2px 0 0;
	cursor: pointer;
	color: #fff;
	font-size: 15px;
	height: 24px;
	line-height: 24px;
}

/*
.morphtabs_title li.over {font-weight: bold;}
*/

.morphtabs_title li.active {background-color: #00ae42;}

.morphtabs_panelwrap { 
	position: relative;	
	top: -1px;
	clear: both;
	overflow: hidden;
}

.morphtabs_panel {
	/*
	background-color: #00ae42;
	color: #fff;
	*/
	border: 1px solid #00ae42;
}

/*
.morpthtabs_panel p {margin-left:5px;}
*/