#myTabs .mootabs_title {
	list-style-image: none;
	list-style-type: none;
	margin: 0px;
	padding: 0px 0px 10px 0px;
	height: 24px;
}

#myTabs .mootabs_title li {
	background: transparent url('http://www.teacherspayteachers.com/images/button.png') no-repeat scroll top left;    
	float: left;
	background-color: #fff;
	padding: 3px 4px 1px 4px;
	margin-right: 2px;
	cursor: pointer;
	height: 20px;
	width: 72px;
	text-align: center;
	
}

#myTabs .mootabs_title li.active {
	background: transparent url('http://www.teacherspayteachers.com/images/button.png') no-repeat scroll bottom left;    
	background-color: #fff;
}

#myTabs .mootabs_panel {
	display: none;
	background-color: #fff;
	position: relative;
	width: 100%;
	top: -1px;
	clear: both;
	overflow: hidden;
	
}

#myTabs .mootabs_panel.active {
	background-color: #fff;
	display: block;
}



#Top10 .mootabs_title {
	list-style-image: none;
	list-style-type: none;
	margin: 0px;
	padding: 0px 0px 10px 0px;
	height: 24px;
}

#Top10 .mootabs_title li {
	background: transparent url('http://www.teacherspayteachers.com/images/tabsbutton.png') no-repeat scroll top left;    
	float: left;
	background-color: #fff;
	padding: 5px 4px 1px 4px;
	margin-right: 2px;
	cursor: pointer;
	height: 29px;
	width: 121px;
	text-align: center;
	
}

#Top10 .mootabs_title li.active {
	background: transparent url('http://www.teacherspayteachers.com/images/tabsbutton.png') no-repeat scroll bottom left;    
	background-color: #fff;
	color: #fff;
}

#Top10 .mootabs_panel {
	display: none;
	background-color: #fff;
	position: relative;
	width: 100%;
	top: -1px;
	clear: both;
	overflow: auto;
	
}

#Top10 .mootabs_panel.active {
	background-color: #fff;
	display: block;
}
