#tabContainer{ 
	position:relative;
	height:auto;
}

#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:#ccc;
}

.tabColumnLeft{
	position:relative;
	float:left;
	width:284px;
	padding:0px 10px;
}

.tabColumnRight{
	position:relative;
	float:right;
	width:284px;
	padding:0px 10px;
}

#tabBottom{
	width:646px;
	height:30px;
	background:url(/img/home/tabs/tabBottom.gif) no-repeat;
}
