#tabContainer{ 
	position:relative;
	margin-top:10px;
	height:auto;
}

#tabNav{ 
	position:relative;
	width:662px; 
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
}

#tabNav ul{ 
	list-style-type:none;
	padding-top:6px;
	padding-bottom:0px;
	height:20px;
}

#tabNav ul li{
	float:left;
	display:block;
	padding-left:11px;
	padding-right:9px;
}

#tabNav li a, #tabNav li a:visited{
	text-decoration:none;
	cursor:pointer;
}

#tabContentContainer{
	position:relative;
	width:662px;
	background:url(/img/home/tabs/tabM.gif) repeat-y;
}


.tabTipsSelected{
	background:url(/img/home/tabs/tipsArticles.gif) no-repeat;
}

.tabWhitePapersSelected{
	background:url(/img/home/tabs/whitePapers.gif) no-repeat;
}

.tabTechBulletinsSelected{
	background:url(/img/home/tabs/techBulletins.gif) no-repeat;
}

.tabFAQSelected{
	background:url(/img/home/tabs/faqs.gif) no-repeat;
}

.tabUnderHourSelected{
	background:url(/img/home/tabs/speechRecVideos.gif) no-repeat;
}




.tabArticleList{
	margin-bottom:15px;
}

.tabActive a, .tabActive a:visited{
	color:#039;
}

.tabInactive a, .tabInactive a:visited{
	color:#FFF;
}

.tabColumnLeft{
	position:relative;
	float:left;
	width:305px;
}

.tabColumnRight{
	position:relative;
	float:right;
	width:305px;
}

#tabTips, #tabWhitePapers, #tabTechBulletins, #tabFAQ, #tabUnderHour{
	position:relative;
	margin-left:0px;

	padding-left:10px;
	padding-right:10px;
	padding-bottom:10px;
	width:626px;
}


#tabBottom{
	width:662px;
	height:30px;
	background:url(/img/home/tabs/tabB.gif) no-repeat;
}


/*
#tabContainer{ 
	position:relative; 
	background-color:#fff;

}


#tabNav{ 
	position:relative;
	width:646px; 
	height:60px; 
	line-height:16px; 
	background:url(/img/home/tabs/bar.gif) no-repeat;	
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
}

#tabNav ul{ list-style-type:none; }


#tabNav li{
	float:left;
	display:block;
	height:45px;
	padding-top:15px;
	padding-left:11px;
	padding-right:11px;
}

#tabNav a, #tabNav a:visited{
	color:#2b2c31;
	text-decoration:none;
}

.tabTipsSelected{
	background:url(/img/home/tabs/tipsArticlesOn.gif);
}

.tabWhitePapersSelected{
	background:url(/img/home/tabs/whitePaperOn.gif);

}

.tabTechBulletinsSelected{
	background:url(/img/home/tabs/techBulletinsOn.gif)
}

.tabNewslettersSelected{
	background:url(/img/home/tabs/newslettersOn.gif)
}

.tabFAQSelected{
	background:url(/img/home/tabs/faqOn.gif)
}

.tabArticleList{
	zoom:1;	
	margin-bottom:15px;
}

.tabColumnLeft{
	position:relative;
	float:left;
	width:310px;
}

.tabColumnRight{
	position:relative;
	float:right;
	width:310px;
}

#tabTips, #tabWhitePapers, #tabTechBulletins, #tabNewsletters, #tabFAQ{
	position:relative;
	display:none;
	padding-bottom:10px;
	width:646px;
}
*/
