.mootabs_title {
	list-style-image: none;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	height: 40px;
}

.mootabs_title li {
	float: left;
	background-color: #ddd;
	padding: 4px 8px 2px 8px;
	margin-right: 1px;
	cursor: pointer;
	height: 40px;
	text-align:center;
	font:bold 15px trebuchet ms;
	line-height:18px;
	width:133px;
	color:white;
	
}

.mootabs_panel {
	background-color: #ddd;
	position: absolute;
	width: 430px;
	margin-top: -1px;
	clear: both;
	overflow: hidden;
	z-index:100;
	color:white;
	font:normal 25px arial;
	padding:10px;
	
}

.mootabs_panel q{
	font:normal 36px monotype corsiva;
	padding:5px;
	display:block;
	
	
}

