.mootabs_title {
	list-style-image: none;
	list-style-type: none;
	margin: 0px; 
	padding: 0px;
	height: 24px;
}

.mootabs_title li {
	float: right;
	width: 100px;
	cursor: pointer;
	height: 20px;
	font-weight: bold;
	text-align:  center;
	border: 1px solid #bababa;
	margin-top: -1px;
	background-color: #FFFFFF;
	
}

.mootabs_title li.active {
	background-image: url(../images/selected.jpg);
	border-top: 1px solid #FFFFFF;
	color: #000000;
	
}

.mootabs_panel {
	display: none;
	position: relative;
	width: 100%;
	
}

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