
.content4{
	width:100%;
	float:left;}
	
/*

Example CSS file for creating tabs using tabs.js.
Created by Rob Allen (rob at akrabat dot com)
Based on the CSS code from Silverorange Labs at :
http://labs.silverorange.com/archives/2003/september/simplecsstabs

*/

.tab-content {
	border-top: 1px solid #666;
	color:#EAEAEA;
	padding: 1em;
	width: 88%;
}


.tab-header {
	position: relative;
	max-height: 3em;
	width: 100%; /* a width is required for Opera, older Mozilla browsers, and Konqueror browsers */
	margin-bottom: 0px;
	padding-bottom: 0px;
}

.tab-header ul.tab-list {
	margin: 0;
	padding: 0;
	position: absolute;
	bottom: -1px;
	width: 50em; /* a width is required for Opera, older Mozilla browsers, and Konqueror browsers */
}

.tab-header ul.tab-list li  {
	display: inline;
	list-style: none;
	margin: 0;
}

.tab-header ul.tab-list a,.tab-header ul.tab-list span,.tab-header ul.tab-list a.tab-active {
	width: 8em;
	display: block;
	float: left;

	text-align: center;
	
	font-size: 90%;
	text-decoration: none;
	font-weight:bold;
	color: #666;
}

.tab-header ul.tab-list span,.tab-header ul.tab-list a.tab-active,.tab-header ul.tab-list a.tab-active:hover {

	border-bottom: 2px solid #F00;
	color: white;
	padding-bottom: 5px;
	margin-top: 0;
}

/* a link in a background tab */
.tab-header ul.tab-list a {

}

/* hover on a background tab */
.tab-header ul.tab-list a:hover {
	margin-top: 0;

	border-bottom: 2px solid #F00;
	color: white;
	padding-bottom: 5px;
}

.tab  /* the heading that became the li */
{
	display: none;
}
