a.tab{
	text-decoration: none;
	position: relative;
	z-index: 1;
	padding: 2px 1em 2px 1em;
	top: -2px;
	left: -1px;

	font-size: 16px;
	color: maroon;

	border-top-width: 1;
	border-left-width: 1;
	border-right-width: 1;
	border-bottom-width: 1;
	border-style: double;
	border-color: #000000;
	border-collapse: separate;
	background-color: white;
}

a.tab.front{
	z-index: 3;
	
	color: white;
	background: maroon;
	position: relative;

}

a.tab:hover {
	z-index: 3;

	color: white;
	background: maroon;
	position: relative;

}

div.folderTabs{
	width: 700px;
}

div.folderBody {
	z-index: 2;
	position: relative;

	color: white;

/*	padding: 1em;*/
	border-top-width: 1px; 
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-width: 1px;
	border-style: double; 
	border-color: #000000; 
	border-collapse: separate;
/*	background-color: maroon;*/

	width: 700px;
}