#adiv{
border:1px solid #D7D7D7;
height:560px;
left:-6px;
position:relative;
width:650px;
background:url("bg.jpg") no-repeat scroll center bottom transparent;
}
.mootabs_title {
	list-style-image: none;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	height: 24px;
}

.mootabs_title li {
	background:url("ba.png") repeat-x scroll 0 0 transparent;
color:#505050;
cursor:pointer;
float:left;
height:30px;
margin-left:1px;
padding:10px 8px 0;
text-align:center;
width:113.2px;
	
}
/* tema design */
	.mootabs_title li.q {
		background:url("baz.png") repeat-x scroll 0 0 transparent;
	}

	.mootabs_title li.q:hover {
		background:url("bez.png") repeat-x scroll 0 0 transparent;
		color:white;
	}

	.mootabs_title li.q.active {
		background:url("bez.png") repeat-x scroll 0 0 transparent;
		color:white;
	}
/* dags from here going down */

.mootabs_title li.a:hover {
	background:#4479AF /* url("be0.png") repeat-x scroll 0 0 transparent */;
	color:white;
}

.mootabs_title li.b:hover {
	background: #4479AF /* url("be1.png") repeat-x  scroll 0 0 transparent */;
	color:white;
}

.mootabs_title li.c:hover {
	background: #4479AF /*url("be2.png") repeat-x scroll 0 0 transparent */;
	color:white;
}

.mootabs_title li.d:hover {
	background: #4479AF /* url("be3.png") repeat-x scroll 0 0 transparent */;
	color:white;
}

.mootabs_title li.e:hover {
	background: #4479AF /* url("be4.png") repeat-x scroll 0 0 transparent */;
	color:white;
}

.mootabs_title li.a.active {
	background:url("be0.png") repeat-x scroll 0 0 transparent;
	color:white;
}

.mootabs_title li.b.active {
	background:url("be1.png") repeat-x scroll 0 0 transparent;
	color:white;
}

.mootabs_title li.c.active {
	background:url("be2.png") repeat-x scroll 0 0 transparent;
	color:white;
}

.mootabs_title li.d.active {
	background:url("be3.png") repeat-x scroll 0 0 transparent;
	color:white;
}

.mootabs_title li.e.active {
	background:url("be4.png") repeat-x scroll 0 0 transparent;
	color:white;
}

.mootabs_panel {
	display: none;
	position: relative;
	width: 100%;
	top: -1px;
	clear: both;
	overflow: hidden;
	padding:30px;
	width:590px;
}

.mootabs_panel.active {
	display: block;
}
