.mootabs_title {
	height: 41px;
	list-style: none;
	position: relative;
	margin: 0px;
	padding: 0;
	background: url(../images/bg_ul.jpg) repeat-x bottom;
}
.mootabs_title li {
	float: left;
	margin: 0 1px 0 0;
	padding: 0;
}
.mootabs_title a {
	margin: 0;
	padding: 0 5px 0 0;
	display: block;
	float: left;
	height: 41px;
	line-height: 41px;
	color: #999;
	font-family:"Lucida Sans Unicode",Arial,"Segoe UI",Arial,Helvetica,sans-serif;
	font-size:22px;
	background: url(../images/right.jpg) no-repeat top right;
}
.mootabs_title a span {
	padding: 0 0 0 5px;
	display: block;
	background: url(../images/left.jpg) no-repeat top left;
}
.mootabs_title a:hover,
.mootabs_title a:focus,
.mootabs_title a:active {
	color: #999;
	text-decoration: none;
	background: url(../images/right.jpg) no-repeat top right;
}
.mootabs_title a.active,
.mootabs_title a.active:hover,
.mootabs_title a.active:focus,
.mootabs_title a.active:active {
	color: #000;
	z-index: 100;
	background: url(../images/right-active.jpg) no-repeat top right;
}
.mootabs_title a.active span {
	background: url(../images/left-active.jpg) no-repeat top left;
}
div.mootabs_panel {
	display: none;
	clear: both;
	overflow: hidden;
	margin: 0;
	padding: 25px 0 0 0 !important;
	text-align: left;
}
#myTabs div.active {
	display: block;
}
