.mootabs {
	margin-left:10px; 
	/*background:url('../images/ui/new-tabs-bg.png') no-repeat 0 31px;*/
}
.other-tabs-panel {
	display: none; 
	position: relative; 
	top: -1px; 
	clear: both; 
	color: #fff; 
	overflow: auto; 
	padding: 10px 5px 0px 10px; 
	margin: 0; 
	/*background:url('../images/ui/stretchBoxMiddleBg.png') repeat-y;*/
}
.panelWrapper{
	background:url('../images/ui/stretchBoxMiddleBg.png') repeat-y;
	overflow: hidden;
}
#myTabs4 .panelWrapper, #myTabs2 .panelWrapper, .panelWrapper2{
	background:url('../images/ui/wideBoxMiddleBg.png') repeat-y;
	overflow: hidden;
}
.news-tabs-panel {
	display: none; 
	position: relative; 
	top: -1px; 
	clear: both; 
	color: #fff; 
	overflow: auto; 
	padding: 10px 5px 0px 10px; 
	margin: 0; 
}
.other-tabs-panel.active, .news-tabs-panel.active {background-color:transparent; display:block;
}
.news-tabs {
	margin: 0px; 
	padding: 0px; 
	height: 32px;
}
.other-tabs-panel li.tab, .news-tabs li.tab, .news-tabs2 li.tab2 {font-size:1em;
}
.other-tabs-panel dl dt, .news-tabs-panel dl dt {
	padding-bottom:0.5em; 
	vertical-align:middle; 
	color:#999999; 
	font-weight:normal;
}
.other-tabs-panel dd, .news-tabs-panel dd {
	padding-bottom: 0.5em;
}
.other-tabs-panel dd a, .news-tabs-panel dd a {
	color:#d50909;
}
.news-tabs li span:hover, .news-tabs li:hover {
	cursor:pointer;
}
.news-tabs li, .news-tabs2 li {
	float: left; 
	text-align: center; 
	padding: 0; 
	background: none;
}
.news-tabs li.tab {
	margin: 0 2px 0 0; 
	padding: 8px 0pt 8px 9px; 
	background: url(../images/ui/tab-left.png) no-repeat left top;
}
.news-tabs2 li.tab2 {
	margin: 0 2px 0 0; 
	padding: 8px 0pt 5px 9px; 
	background: url(../images/ui/tab-left.png) no-repeat left top;
}
.news-tabs li.tab a, .news-tabs li.tab:active a, .news-tabs li.tab span, .news-tabs li.tab:active span {
	padding: 9px 10px 9px 2px; 
	text-decoration: none; 
	font-weight: bold; 
	color: #444444; 
	background:url(../images/ui/tab-right2.png) no-repeat right top;
}
/* Safari Fix for the irritating tabs */
@media screen and (-webkit-min-device-pixel-ratio:0) {
.news-tabs li.tab {
	padding: 9px 0 5px 9px;
}
}
.news-tabs2 li.tab2 {
	padding: 10px 0 6px 9px;
}
.news-tabs2 li.tab2 a, .news-tabs2 li.tab2:active a, .news-tabs2 li.tab2 span, .news-tabs2 li.tab2:active span {
	padding: 9px 10px 8px 2px;
}

.news-tabs li.tab:hover, .news-tabs li.tab:hover a, .news-tabs li.active, .news-tabs li.tab:hover span {
	background-position :0% -33px; 
	color:#333;
}
.news-tabs li.tab:hover a, .news-tabs li.active a, .news-tabs li.tab:hover span, .news-tabs li.active span {
	background-position: 100% -33px;
}
.news-tabs li.active a, .news-tabs li.active span {
	color: #333;
}
#myTabs, #myTabs2, #myTabs3, #myTabs4 {
	position: relative;
	margin-bottom: 20px;
}
#myTabs3 .bodyArrowBullet {
	margin-top: 0;
}
#myTabs3 p {
	margin-bottom: 5px;
}
#panelTop{
	display: block;
	width: 528px;
	height: 7px;
	background: url('../images/ui/stretchBoxHeadBg.png') no-repeat;
	overflow: hidden;
	clear:both;
}
#myTabs4 #panelTop, #myTabs2 #panelTop, #panelTop2{
	display: block;
	width: 755px;
	height: 7px;
	background: url('../images/ui/wideBoxHeadBg.png') no-repeat;
	overflow: hidden;
	clear:both;
}
#panelBottom{
	display: block;
	width: 528px;
	height: 7px;
	background: url('../images/ui/stretchBoxBottomBg.png') no-repeat;
	overflow: hidden;
	margin-top: -1px;
}
#myTabs4 #panelBottom, #myTabs2 #panelBottom, #panelBottom2{
	display: block;
	width: 755px;
	height: 7px;
	background: url('../images/ui/wideBoxBottomBg.png') no-repeat;
	overflow: hidden;
	margin-top: -1px;
}
/* Our Leaders News Tabs */
.mootabs2 {
	margin-left: 10px; 
	/*background: url('../images/ui/new-tabs-bg2.png') no-repeat 0 31px;*/
}
.mootabs3 {margin-left:10px; background:url('../images/ui/new-tabs-bg2.png') no-repeat 0 31px;
}
.news-tabs-panel2 {display:none; position:relative; top:-1px; clear:both; color:#fff; overflow:auto; padding:5px 5px 0px 0; margin:10px 10px 10px 10px;
}
.news-tabs-panel2.active {background-color:transparent; display:block;
}
.news-tabs2 {margin:0px; padding:0px; height:32px;
}
.news-tabs-panel2 dl dt {padding-bottom:0.5em; vertical-align:middle; color:#999999; font-weight:normal;
}
.news-tabs-panel2 dd {padding-bottom:0.5em;
}
.news-tabs-panel2 dd a {color:#d50909;
}
.news-tabs2 li span:hover, .news-tabs2 li:hover {cursor:pointer;
}
.news-tabs2 li.tab2 a, .news-tabs2 li.tab2:active a, .news-tabs2 li.tab2 span, .news-tabs2 li.tab2:active span {padding:10px 10px 7px 2px; text-decoration:none; font-weight:bold; color:#444444; background:url(../images/ui/tab-right2.png) no-repeat right top;
}
.news-tabs2 li.tab2:hover, .news-tabs2 li.tab2:hover a, .news-tabs2 li.active, .news-tabs2 li.tab2:hover span {background-position:0% -32px; color:#333;
}
.news-tabs2 li.tab2:hover a, .news-tabs2 li.active a, .news-tabs2 li.tab2:hover span, .news-tabs2 li.active span {background-position:100% -32px;
}
.news-tabs2 li.active a, .news-tabs2 li.active span {color:#333;
}
