#myTabs
{
	background-color:#a2d612;
	float:left;
	border-left: 3px #000000 solid;
	border-bottom: 3px #000000 solid;
	border-right: 2px #000000 solid;
	width:495px;
	margin-bottom:15px;
}

#myTabs1
{
	background-color:#f39028;
	float:right;
	border-bottom: 3px #000000 solid;
	border-right: 3px #000000 solid;
	border-left: 2px #000000 solid;
	width:495px;
	margin-bottom:15px;
}

.mootabs_title {
	list-style-image: none;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	height: 24px;
	font-size:12px;
}

.mootabs_title li {
	float: left;
	background-color: #a2d612;
	background-image: url('images/green_btn.gif');
	background-position: 0px 0px;
	padding:0px;
	padding-left:0px;
	padding-top: 7px;
	cursor: pointer;
	height: 28px;
	width: 165px;
	text-align:center;
}

.mootabs_title li.active {
	background-color: #a2d612;
}

.mootabs_panel {
	display: none;
	background-color: #a2d612;
	position: relative;
	width: 100%;
	top: -1px;
	clear: both;
	background-color:#a2d612;
	
}

.mootabs_panel.active {
	
	display: block;
}

.panel2 {
	background-color: #f39028;
}

.title2 li {
	background-image: url('images/orange_btn.gif');
	background-position: 0px 0px;
}
