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

}

ul.mootabs_title li {
	float: left;
	background-color: #3B3B39;
	padding-right:20px;
	padding-left: 20px;
	cursor: pointer;
	color: #bdc454;
	font-family: "Tahoma";
	font-size: 12px;
	letter-spacing:0px;
	height: 28px;
	margin: 0px 10px 0px 0px;
	line-height: 24px;
	background:url(/images/public/bullet_down.png) no-repeat center right;
}

li.outClass{
	background: none;
}
.mootabs_title li.active {
	background:url(/images/public/menuHover.png) no-repeat top left;
	background-color: #BDC454;
	color: #3B3B39;
	padding-right: 0px;
	display: block;
	width: auto;
}

.mootabs_title li.active .activeRight{

	color: #3B3B39;
	display: block;
	height: 28px;
	float: left;
}

.mootabs_title li.active .activeRight span{
	background:url(/images/public/menuHoverRight.png) no-repeat top right;
	height:28px;
	display: block;
	float: left;
	padding-right: 20px;
}

.mootabs_panel {
	display: none;
	position: relative;
	float:left;
	width: 1000px;
	font-family: "Trebuchet MS";
	clear: both;
	color: #fff;
	overflow:hidden;
	padding: 0px;
}

.mootabs_panel.active
{
	background-color: #BDC454;
	display: block;
	float:left;
}



/***********************/
.mootabs_panel.active .box01wide
{
	float:left;
	background:none;
	width:770px;
	height:110px;
	margin:15px 25px 0px 0px;
}

.mootabs_panel.active .box01wide .topLeft
{
	float:left;
	background:url(/images/public/box1_top_left.png) no-repeat top left;
	width:12px;
	height:12px;
	margin:0;
	padding:0;
	border: 0px;
}

.mootabs_panel.active .box01wide .topRight
{
	float:left;
	background:url(/images/public/box1_top_right.png) no-repeat top right;
	width:12px;
	height:12px;
	margin:0;
	padding:0;
}

.mootabs_panel.active .box01wide .bottomLeft
{
	float:left;
	background:url(/images/public/box1_bottom_left.png) no-repeat bottom left;
	width:12px;
	height:12px;
	margin:0;
	padding:0;
	border: 0px;
}

.mootabs_panel.active .box01wide .rest
{
	float:left;
	background:#CAD076;
	height:auto;
	width:746px;
	margin:0;
	padding:0;
}

.mootabs_panel.active .box01wide .bottomRight
{
	float:left;
	background:url(/images/public/box1_bottom_right.png) no-repeat bottom right;
	width:12px;
	height:12px;
	margin:0;
	padding:0;
}

.mootabs_panel.active .box01wide .boxContent
{
	float:left;
	background:#CAD076;
	padding:5px;
	height:90px;	
	width:760px;
	color:#3b3b39;
	margin:0px 0px 0px 0px;/*ie6*/
}
/***********************/

.mootabs_panel.active .box01
{
	float:left;
	width:310px;
	height:110px;
	margin:15px 25px 0px 0px;
	padding: 0px; 
	}

.mootabs_panel.active .box01 .topLeft
{
	float:left;
	background:transparent url('/images/public/box1_top_left.png') no-repeat scroll top left;
	width:12px;
	height:12px;
	margin:0;
	padding:0;
	display: block;
}

.mootabs_panel.active .box01 .topRight
{
	float:left;
	background: transparent url('/images/public/box1_top_right.png') no-repeat scroll top right;
	width:12px;
	height:12px;
	margin:0;
	padding:0;
	display: block;
}

.mootabs_panel.active .box01 .bottomLeft
{
	float:left;
	background:url(/images/public/box1_bottom_left.png) no-repeat bottom left;
	width:12px;
	height:12px;
	margin:0;
	padding:0;
}

.mootabs_panel.active .box01 .rest
{
	float:left;
	background: #CAD076 none repeat scroll 0;
	height: 12px;
	width:286px;
	margin:0;
	padding:0;
	display: block;
}

.mootabs_panel.active .box01 .bottomRight
{
	float:left;
	background:url(/images/public/box1_bottom_right.png) no-repeat bottom right;
	width:12px;
	height:12px;
	margin:0;
	padding:0;
}

.mootabs_panel.active .box01 .boxContent
{
	float:left;
	1background:#CAD076;
	padding:5px;
	height:85px;
	width:300px;
	color:#3b3b39;
	margin:0px 0px 0px 0px;/*ie6*/
}


.mootabs_panel.active .box01Over
{
	float:left;
	background:none;
	width:310px;
	height:110px;
	margin:15px 25px 0px 0px;
}

.mootabs_panel.active .box01Over .topLeft
{
	float:left;
	background:url(/images/public/box1_top_left_over.png) no-repeat top left;
	width:12px;
	height:12px;
	margin:0;
	padding:0;
}

.mootabs_panel.active .box01Over .topRight
{
	float:left;
	background:url(/images/public/box1_top_right_over.png) no-repeat top right;
	width:12px;
	height:12px;
	margin:0;
	padding:0;
}

.mootabs_panel.active .box01Over .bottomLeft
{
	float:left;
	background:url(/images/public/box1_bottom_left_over.png) no-repeat bottom left;
	width:12px;
	height:12px;
	margin:0;
	padding:0;
}

.mootabs_panel.active .box01Over .rest
{
	float:left;
	background:#e2e5b3;
	height:12px;
	width:286px;
	margin:0;
	padding:0;
}

.mootabs_panel.active .box01Over .bottomRight
{
	float:left;
	background:url(/images/public/box1_bottom_right_over.png) no-repeat bottom right;
	width:12px;
	height:12px;
	margin:0;
	padding:0;
}

.mootabs_panel.active .box01Over .boxContent
{
	float:left;
	background:#e2e5b3;
	padding:5px;
	height:85px;
	width:300px;
	color:#3b3b39;
	margin:0px 0px 0px 0px;/*ie6*/
}

.mootabs_title li.over {
	font-weight: bold;
}

/* redesign */

.newBox01{
	float:left;
	width:310px;
	height:110px;
	margin:0px;
	padding: 0px; 
}

/* redesign */
