.tabBar {
	position: relative;
	width: 100%;
	height: 3em;
	width: 48em; /* a width is required for Opera, older Mozilla browsers, and Konqueror browsers */
}
.tabBar ul {
	margin: 0;
	padding: 0;
	position: absolute;
	bottom: -1px;
	width: 45em; /* a width is required for Opera, older Mozilla browsers, and Konqueror browsers */
}

.tabBar ul li  {
	display: inline;
	list-style: none;
}

.tabBar ul a,.tabBar ul span,.tabBar ul a.current {
	width: 10em;
	display: block;
	float: left;
	padding: 4px 0;
	margin: 1px 2px 0 0;
	text-align: center;
	font-family: Arial, tahoma, verdana, sans-serif;
	font-size: 9pt;
	text-decoration: none;
	font-weight: bold;
}

.tabBar ul span,.tabBar ul a.current,.tabBar ul a.current:hover {
	border: 1px solid #4D4F53;
	border-bottom: none;
	background: #FFFFFF;
	padding-bottom: 6px;
	margin-top: 0;
	text-transform:uppercase;
	color:#4D4F53;
}

.tabBar ul a {
	background: #A53021;
	border: 1px solid #FFFFFF;
	border-bottom: none;
	text-transform:uppercase;
	color:#FFFFFF;
}

.tabBar ul a:hover {
	margin-top: 0;
	border-color: #4D4F53;
	background: #E0CE2D;
	padding-bottom: 5px;
	text-decoration: none;
	color:#000000;
}

.tabPane {
	border: 1px solid #4D4F53;
	clear: both;
	background: #FFFFFF;
	padding: 10px;
}
