		.tabs { width: 100%;}

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

		UL.tabNavigation LI {
		    display: inline;
		}


		UL.tabNavigation LI A {
		    padding: 3px 5px;
		    background-color: #363636;
		    color: #fff;
		    text-decoration: none;
		}

		UL.tabNavigation LI A.selected,
		UL.tabNavigation LI A:hover {
		    background-color: #1874CD;
		    color: #000;
		    padding-top: 7px;
		}
		
		UL.tabNavigation LI A:focus {
			outline: 0;
		}

		div.tabs > div {
			padding: 5px;
			margin-top: 3px;
			border: 5px solid #000;
		}
		
		div.tabs > div h2 {
			margin-top: 0;
		}

		#first {
        background-color: #000000;
		    background-repeat: no-repeat;
		    background-position: bottom;
		    min-height: 110px;
		    color: #fff;
		}

		#second {
        background-color: #000000;
		    background-repeat: no-repeat;
		    background-position: bottom;
		    min-height: 110px;
		    color: #fff;
		}

		#third {
        background-color: #000000;
		    background-repeat: no-repeat;
		    background-position: bottom;
		    min-height: 110px;
		    color: #fff;
		}
		
		.waste {
			min-height: 1000px;
		}