

.tabBar {
	position: relative;
	width: 450px;
	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: auto;
	display: block;
	float: left;
	padding: 4px 10pt;
	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 #DBDBDB;
	border-bottom: none;
	background: #F8F8F8;
	padding-bottom: 6px;
	margin-top: 0;
	text-transform:uppercase;
	color:#4D4F53;
}

.tabBar ul a {
	background: #CECECE;
	border: 1px solid #FFFFFF;
	border-bottom: none;
	text-transform:uppercase;
	color:#FFFFFF;
}

.tabBar ul a:hover {
	margin-top: 0;
	border-color: #DBDBDB;
	background: #F8F8F8;
	padding-bottom: 5px;
	text-decoration: none;
	color:#000000;
}

.tabPane {
	border: 1px solid #DBDBDB;
	clear: both;
	background: #F8F8F8;
	padding: 10px;
}

