.mootabs_title {
	list-style-image: none;
	list-style-type: none;
	margin: 0px;
	padding-left: 3px;
	height: 25px;
	background-image:url(../gfx09/top5-tab-bg.png);

	}

.mootabs_title li {
	float: left;
	
	background-image:url(../gfx09/top5-tab-bg.png);
	padding: 2px 6px 2px 6px;
	margin-right: 2px;
	cursor: pointer;
	color: #000;
	font-family:"Trebuchet MS",Helvetica,Jamrul,sans-serif;
	font-size:11px;
	height: 21px;
	line-height: 21px;
}

.mootabs_title li.active {
background-image:url(../gfx09/top5-tab-active.png);
background-position:bottom;

}

.mootabs_panel {
	display: none;
	position: relative;
	
	
	top: -1px;
	font-family: "Trebuchet MS";
	clear: both;
	font-size:11px;
	color: #03649a;
	overflow: visible;
	padding: 10px;
	
}

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

.mootabs_title li.over {
	font-weight: normal;
	color: #03649a;
}



