.tabbed_ads {
	background-color:#bdbdc0;
	background-image: url("../images/tab_bg.jpg");
	background-position:top;
	background-repeat:no-repeat;
	width:934px;
	height:172px;
	margin:0;
	padding:0;
	position:static;
}
.main_ad {
	width:797px;
	height:163px;
	border:0;
	margin:0;
	margin-left:5px;
	display:inline;
	float:left;
}
.ad_nav {
	width:125px;
	height:163px;
	margin:0;
	margin-right:5px;
	display:inline;
	float:right;
}
.mootabs_title {
	width:125px;
	height:163px;
	list-style-image: none;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

.mootabs_title li {
	border:1px solid #999999;
	margin-left: 10px;
	margin-right: 2px;
	margin-top: 2px;
	cursor: pointer;
	color: #bb0000;
	font-family: "Trebuchet MS";
	font-size: 12px;
	height: 28px;
	line-height: 28px;
	width:110px;
	padding-left:5px;
}

.mootabs_title li.active {
	border-left: 3px solid #bb0000;
	width:108px;
	height:28px;
}

.mootabs_title li.over {
	border-top: 3px solid #30DA06;
	width:108px;
	height:28px;
}

.mootabs_panel {
	display: none;
	width:797px;
	height:163px;
	top: 0px;
	overflow: hidden;
	text-align:left;
	padding: 0px;
}

.mootabs_panel.active {
	width:797px;
	height:163px;
	background-color: transparent;
	display:inline;
}