﻿		UL.tabNavigation {
		    list-style: none;
		    margin: 0;
		    padding: 0;
		}
 
		UL.tabNavigation LI {
		    display: inline;
		}
 
		UL.tabNavigation LI A {
		    padding: 3px 10px;
		    background: url(../images/tab_bg1.gif) repeat-x;
		    background-color: #0066FF;
		    color: #fff;
		    text-decoration: none;
		}
 
		UL.tabNavigation LI A.selected,
		UL.tabNavigation LI A:hover {
		    background: url(../images/menu_bg.gif) repeat-x;

		    background-color: #03193c;
		    color: #fff;
		    padding-top: 7px;
		}
		
		UL.tabNavigation LI A:focus {
			outline: 0;
		}
 
		div.tabs > div {
			padding: 5px;
			margin-top: 3px;
			border: 1px solid #aaa;
		}
		
		div.tabs > div h2 {
			margin-top: 0;
			margin-left: 9px!important;
			
		}
 
		#first {
		    background-color: #eee;
		}
 
		#second {
		    background-color: #eee;
		}
 
		#third {
		    background-color: #eee;
		}

		#fourth {
		    background-color: #eee;
		}

		#fifth {
		    background-color: #eee;
		}

		
		.waste {
			min-height: 1000px;
		}