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

.mootabs_title li {
	float: left;
	background-color: #333333;
	margin-right: 3px;
	cursor: pointer;
	color: #fff;
	height: 20px;
	width: 97px;
}

.mootabs_title li img {
	height: 20px;
	width: 97px;
	padding: 0;
	margin: 0;
}

.mootabs_title li:hover {
	background: url(images/subnavback.png) 0px 0px no-repeat;
}

.mootabs_title li.active {
	background-color: #3DABD2;
}

.mootabs_title li.active:hover {
	background-image: none;
}

.mootabs_panel {
	display: none;
	position: relative;
	top: -1px;
	clear: both;
	color: #000;
	overflow: hidden;
	padding-top: 35px;
}

.mootabs_panel.active {
	display: block;
	
}

.mootabs_title li.over {
	font-weight: normal;
}
