
.mootabs_title {
	list-style-image: none;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	height: 28px;
	padding: 0px 0px 0px 0px;
	width:933px;
	background:#FFFFFF;
	border-bottom: 2px solid #D21609;
	overflow: hidden;
	clear:both;
	position:relative;
}

.mootabs_title li {
	float: left;
	width:140px;
	text-align:center;
	background: url(/assets/menu_tab.png) no-repeat;
	background-position:0% -29px;
	margin-right: 5px;
	cursor: pointer;
	color: #ffffff;
	font-family: Verdana;
	font-size: 18px;
	height: 29px;
	line-height: 29px;
	text-transform:uppercase;
	font-weight:bold;
	padding: 0px;
}
.mootabs_title li a{
text-decoration:none !important;
color:#ffffff !important;
	display:block;
	padding: 0px 1px 6px 1px;
	height: 22px;
}

.mootabs_title li.active {
	background: url(/assets/menu_tab.png) top right no-repeat;
}
.mootabs_title li a:hover {
	background: url(/assets/menu_tab.png) top right no-repeat;
}
.mootabs_panel {
	display: none;
	position: relative;
	width: 490px;
	top: -1px;
	font-family: Verdana;
	clear: both;
	color: #333333;
	overflow: hidden;
	padding: 15px 5px 0px 5px;
}

.mootabs_panel.active {
	background-color:;
	display: block;
	
}

.mootabs_title li.over {
	font-weight: bold;
}
