UL.tabNavigation {
		    list-style: none;
		    margin: 0;
		    padding: 0;
		}

		UL.tabNavigation LI {
		    display: inline;
		}

			UL.tabNavigation LI A {
		    padding: 14px 40px;
		    background-color: white;
		    color: #FAA634;
		    text-decoration: none;
		    margin-right:-4px;
		    
		    font-size:15px;
			background:url(http://www.star.co.uk/Images/tab1.gif) no-repeat;
		    
		}

		
		UL.tabNavigation LI A:hover {
		    background-color: #faa634;
		    color: white;
		    padding-top: 14px;
		}
		
		UL.tabNavigation LI A.selected
		 {
		    background-color: white;
		    color: #FAA634;
		    padding-top: 14px;
		    border-bottom:1px solid white;
		    font-weight:bold;
		    padding-bottom:13px;
		}
		UL.tabNavigation LI A.selected
		 {
		    background-color: white;
		    color: black;
		    padding-top: 14px;
		    border-bottom:1px solid white;
		    font-weight:bold;
		    padding-bottom:13px;
		}
		
		UL.tabNavigation LI A:focus {
			outline: 0;
		}

		div.tabs > div {
			padding: 5px;
			margin-top: 13px;
			border: 1px solid #B9B9B9;
		}
		
		div.tabs > div h2 {
			margin-top: 0;
		}

		#first {
		    background-color: white;
		}

		#second {
		    background-color: white;
		}

		#third {
		    background-color: white;
		}
		
		#fourth {
		    background-color: white;
		}
		
		#fifth {
		    background-color: white;
		}
		
		.waste {
			min-height: 1000px;
		}
