.mootabs_title {
	list-style-image:none;
	list-style-type:none;
	margin:0px;
	padding:2px 0 0 0;
	height:24px;
	width:100%;
	background-color:#414141;
	background:url("http://www.southflorida.edu/_images/acc_header.gif") repeat-x;
	border:solid 1px #414141;
}
.mootabs_title li {
	float:left;
	color:White;
	padding:2px 8px 2px 8px;
	cursor:pointer;
	height:24px;
	
}
.mootabs_title li.active {
	background-color: White;
	color:Black;
}
.mootabs_title li.active:hover {
	background-color: White;
	color:Black;
}
.mootabs_title li:hover {
	margin-top:-3px;
	border-top: solid 3px #ff5c00;
}
.mootabs_panel {
	display:none;
	background-color:White;
	position:relative;
	width:100%;
	top:-1px;
	clear:both;
	overflow:auto;
}
.mootabs_panel.active {
	background-color: White;
	display: block;
	border-left:solid 1px #414141;
	border-right:solid 1px #414141;
	border-bottom:solid 1px #414141;
}