#featured_articles { 
	/*float: left; 
	clear: both;*/ 
/*	padding-bottom: 20px; 
	background-color: #55402D;*/
	}

#featured ul {
	list-style-type: none;
	}

.tab_content { 
	position: absolute; 
	left: -9999px; 
	float: left; 
	margin: 0; 
/*	padding-top: 10px; */
	width: 600px; 
	color: #777168; 
	font-size: 1.1em; 
	line-height: 1.2;
/*	background-color: #55402D;*/
	}
	
/*.tab_content a { color: #777168; text-decoration: none;}
.tab_content a:hover { color: #bb4004;}
.tab_content img { display: block; margin-bottom: 5px;}*/

.tab_hide { position: absolute; left: -9999px;/*background-color: #55402D;*/}
div.tab_show { position: relative; left: 0;/*background-color: #55402D;*/}
.tabs { 
	list-style-type: none;
	float: left; 
	margin: 0; 
	padding: 5px 0 0 5px; 
	width: 595px !important; 
	width /**/: 600px; 
	/*background-color: #fbfbf6;  */
	/*background-color: #55402D;*/
	border-top: 1px solid #695441;
	}

#featured ul,
#featured_articles ul {list-style: none; }

ul.tabs,
ul.tabs li {
	list-style-type: none;
	}

	
.tabs li { 
	float: left; 
	margin: 0; 
	padding: 0; 
	font-size: 13px; 
	list-style-type: none;
	/*background-color: #EEE;*/
	}
	
.tabs li a { 
/*	outline: 0;  */
	float: left; 
	margin: 10px 10px 0 0; 
	padding: 3px 7px; 
	color: #FFF; 
	text-decoration: none; 
	background-color: #ca7638; 
	list-style-type: none;
	}
	
.tabs li a:hover { color: #f3f3ea; text-decoration: none; background-color: #777168;}
.tabs li.active a { color: #f3f1e9; background-color: #777168; }

