#tabContainer{ 
	position:relative;
	height:auto;
	margin-top:20px;
}

#tabNav{ 
	position:relative;
	width:646px; 
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	font-weight:bold;
}

#tabNav ul{ 
	list-style-type:none;
	padding-top:5px;
	padding-bottom:0px;
	height:37px;
}

#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;
}

.tabArticleList{
	margin-bottom:15px;
}

.tabActive a, .tabActive a:visited{
	color:#333;
}

.tabInactive a, .tabInactive a:visited{
	color:#5b6069;
}

#tabBottom{
	width:646px;
	height:30px;
	background:url(/img/home/tabs/tabBottom.gif) no-repeat;
}

#tabContentContainer{
	position:relative;
	width:646px;
	background:url(/img/home/tabs/tabMiddle.gif) repeat-y;
}

#tabTips, #tabCaseStudies, #tabFAQ, #tabWhitePapers, #tabTechBulletins, #tabUnderHour{
	position:relative;
	margin-left:0px;
	padding-left:10px;
	padding-right:10px;
	padding-bottom:10px;
	width:626px;
}

.tabTipsSelected{
	background:url(/img/resources/tabs/tips.gif) no-repeat;
}

.tabCaseStudiesSelected{
	background:url(/img/resources/tabs/caseStudies.gif) no-repeat;
}

.tabFAQSelected{
	background:url(/img/resources/tabs/faq.gif) no-repeat;
}

.tabWhitePapersSelected{
	background:url(/img/resources/tabs/whitePapers.gif) no-repeat;
}

.tabTechBulletinsSelected{
	background:url(/img/resources/tabs/techBulletins.gif) no-repeat;
}

.tabUnderHourSelected{
	background:url(/img/resources/tabs/underhour.gif) no-repeat;
}
