UL.tabNavigation {
	list-style: none;
	margin: 0;
	padding: 0;
}

UL.tabNavigation LI {
	display: inline;
}

UL.tabNavigation LI A {
	padding: 7px 5px 3px 5px;
	background-color: #6ba421;
	color: white;
	text-decoration: none;
}

UL.tabNavigation LI A.selected,
UL.tabNavigation LI A:hover {
	background-color: #333;
	color: #fff;
	padding-top: 7px;
}

UL.tabNavigation LI A:focus {
		outline: 0;
}

div.tabs > div {
		padding: 5px;
		margin-top: 3px;
		border: 5px solid #333;
		width: auto;
		height: 500px;
		overflow: auto;
}

div.tabs > div h2 {
		margin-top: 0;
}

#first {
	background-color: transparent;
}

#second {
	background-color: transparent;
}

#third {
	background-color: transparent;
}

#fourth {
	background-color: transparent;
}

#fifth {
	background-color: transparent;
}

#sixth {
	background-color: transparent;
}

.waste {
		min-height: 100px;
}
