ul.tabs {
	height: 29px;
	list-style: none;
	margin: 2em 0 0 0;
	padding: 0;
}

ul.tabs li {
	float: left;
	margin: 0 3px 0 0;
}

ul.tabs a {
	background: #fff url("../images/tabs.png");
	color: #fff;
	display: block;
	float: left;
	height: 29px;
	font-size: 9pt;
	font-weight: bold;
	padding-left: 25px;
	text-decoration: none;
}

ul.tabs span {
	background: url("../images/tabs.png") 100% 0;
	cursor: pointer;
	display: block;
	float: left;
	line-height: 29px;
	padding-right: 20px;
	color: #fff;
}

ul.tabs a:hover {
	background-color: #fff;
	background-position: 0 -87px;
	text-decoration: none;
}

ul.tabs a:hover span {
	color:#447a1c;
	background-position: 100% -87px;
}

ul.tabs li a.active {
	background-color: #fff;
	background-position: 0 -87px;
}

ul.tabs li a.active span {
	background-position: 100% -87px;
	color: #447a1c;
}



.tabsContainer, div.tabContent {
	clear: left;
	margin: 0;
	margin-top: 2em;
	line-height: 1.1em;
}