#main {
	border-top: 1px solid #FFB91F; 
	clear: both;
	width: 100%;
	margin-top: -1px;
}

#left {
	position: absolute;
	left: 0px;
	top: 142px;
	border-top: 1px solid #FFB91F; 
	clear: both;
	width: 100%;
	margin-top: -1px;
}

#tabs {
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	clear: both;
	text-align: center;
}

#tabs span {
	width: 113px; 
	position: relative;
	top: 0.1ex;
	margin: 0 2px 0 0;
	float: left;
	background: white;
	border-right: 1px solid #FFB91F;
	border-top: 1px solid #FFB91F;
	border-left: 1px solid #FFB91F;
	padding: 6px 4px 6px 10px;
	text-decoration: none;
	color: #333;
	font-weight: bold;
}

#tabs a {
	width: 113px; 
	position: relative;
	top: 0.1ex;
	margin: 1px 2px 0 0;
	float: left;
	background: #FCF3D2;
	border-right: 1px solid #FFB91F;
	border-top: 1px solid #FFB91F;
	border-left: 1px solid #FFB91F;
	padding: 5px 4px 5px 10px;
	text-decoration: none;
	color: #333;
}

#tabs a:hover {
	background: #EFCE57;
	position: relative;
	top: 0.1ex;
	padding: 5px 4px 6px 10px;
	margin-top: 0px;
	color: #0A58C3;
}

#tabs a.active {
	position: relative;
	top: 0.1ex;
	margin: 0 2px 0 0;
	float: left;
	background: white;
	border-right: 1px solid #FFB91F;
	border-top: 1px solid #FFB91F;
	border-left: 1px solid #FFB91F;
	padding: 6px 4px 6px 10px;
	text-decoration: none;
	color: #333;
}

#tabs a.active:hover {
	position: relative;
	top: 0.1ex;
	margin: 0 2px 0 0;
	float: left;
	background: white;
	border-right: 1px solid #FFB91F;
	border-top: 1px solid #FFB91F;
	border-left: 1px solid #FFB91F;
	padding: 6px 4px 6px 10px;
	text-decoration: none;
	color: #333;
}
