
.mootabs_title {
	list-style-image: none;
	list-style-type: none;
	position: relative;
	top: 0px;
	margin: 0px;
	padding-left: 20px;
	font-weight:bold;
	
}


.mootabs_title li {
	float: left;
	margin: 0px;
	padding-top:3px;  /* allows room for 'a' padding to go up*/
	padding-bottom:3px;  /* keeps tab right on top of div panel*/
}
.mootabs_title a {
	background-color: #011C51;
	color:#ffffff;	
	margin-right: 10px;
	margin-top:30px;
	
	padding: 3px 50px 3px 50px;
	text-decoration: none;
}




.mootabs_panel {
	display: none;
	clear: both;
	top: -1px;
	width:800px;
	position: relative;
	
	border: 3px solid #EBEADE;
	overflow:hidden; /*gets rid of annoying scroll in and out when bouncing in*/
	
	text-align: left;

	
	
}


div.active
{
	display: block;
}
.mootabs_title a:link {
	text-decoration: none;
	color:#ffffff;
}    
.mootabs_title a:visited {
	text-decoration: none;
	color:#ffffff;
} 
.mootabs_title a:hover {
	text-decoration: none;

} 
.mootabs_title a.active{
	background-color: #EBEADE;
	color:#011C51;
}
.mootabs_title a.active:link,.mootabs_title a.active:visited {
	color:#011C51;
}