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

.mootabs_title li {
	float: left;
	background: url(images/subnav.jpg) 0px -40px no-repeat;
	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/subnav.jpg) 0px -20px no-repeat;
}

.mootabs_title li.active {
	background: url(images/subnav.jpg) 0px 0px no-repeat;
}

.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;
}
