ul.mootabs_title {
	list-style-image: none;
	list-style-type: none;
	margin: 20px 0px;
	padding: 0px;
	height: 24px;
}

ul.mootabs_title li {
	float: left;
	background: url(../images/graphic_design/tab_bg.gif) repeat-x;
	padding: 5px 20px;
	margin-right: 5px;
	cursor: pointer;
	color: #ECF9FF;
	font: bold 12px Helvetica, Verdana, Arial, Helvetica, sans-serif;
	height: 24px;
	line-height: 24px;
}

ul.mootabs_title li.active {
	background: url(../images/graphic_design/tab_bg_hover.gif) repeat-x;
}

.mootabs_panel {
	display: none;
	position: relative;
	width: 100%;
	top: -1px;
	clear: both;
	/*background: #F5F5F5;
	background: #F8F8F8;*/
	overflow: hidden;
	text-align:left;
	padding: 3px 0px;
	margin: 0px;
}

.mootabs_panel.active {
	/*background: #F5F5F5;
	background: #F8F8F8;*/
	display: block;
	height: 530px;
}

ul.mootabs_title li.over {
	background: url(../images/graphic_design/tab_bg_hover.gif) repeat-x;
}
.mootabs_panel #starter ul#pack {
	display: block;
	position: relative;
	width: 100%;
	top: -1px;
	clear: both;
	/*background: #F5F5F5;*/
	background: #F8F8F8;
	overflow: hidden;
	text-align:left;
	padding: 3px 20px;
	margin: 0px;
}