.mootabs_title li {
	float: left;
	padding: 0 1px 0 0;
	margin: 0;
	/* background: url(mainnav0.gif) no-repeat bottom right; */
}

.mootabs_title a {
	display: block;
	float: left;
	text-decoration: none;
	font-weight: bold;
	color:#666666;
	margin-top: 6px;
	padding: 0 0 0 20px;
	height: 30px;
	font-size: 92%;
}

.mootabs_title a span {
	display: block;
	float: left;
	padding: 0 20px 0 0;
	height: 30px;
	line-height: 30px;
	cursor: pointer;
}

.mootabs_title a:hover,
.mootabs_title a:active,
.mootabs_title a:focus {
	background: url(../resim/ort_menu_32.jpg) repeat-x bottom;
	color: #FFFFFF;
}

.mootabs_title a:hover span,
.mootabs_title a:active span,
.mootabs_title a:focus span {
}

.mootabs_title li.active a,
.mootabs_title li.active a:hover,
.mootabs_title li.active a:active,
.mootabs_title li.active a:focus {
	margin-top: 0;
	height: 40px;
	line-height: 40px;
	font-size: 9pt;
	background: url(../resim/ort_menu_32.jpg) no-repeat left top ;
	color:#CC6600;
}

.mootabs_title li.active a span,
.mootabs_title li.active a:hover span,
.mootabs_title li.active a:active span,
.mootabs_title li.active a:focus span {
	height: 40px;
	line-height: 40px;
	background:url(../resim/ort_menu_32.jpg) no-repeat right top ;
	cursor: pointer;
}

.mootabs_panel {
	display: none;
	background-color: #ddd;
	position: relative;
	width: 100%;
	top: -1px;
	clear: both;
	background:url(../yeni_resim/blo_56.jpg) repeat;
	
}


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