div.tabs  { width: 530px; clear: left; float: right; margin: 0; }
div.tabs > div { clear: both; padding: 0; margin-top: 3px; border: 0; }
div.tabs > div h2 { margin-top: 0; }
#first { background-color: #fff; }
#second { background-color: #fff; }
#third { background-color: #fff; }
#forth { background-color: #fff; }
.waste { min-height: 1000px; }

ul.tabNavigation { margin: 0; padding: 20px 0 30px 0; border-bottom: 0; background: url('../images/tab_header.png') left top no-repeat; list-style: none; }
ul.tabNavigation li { display: inline; margin: 0; padding: 15px 30px 10px 0; list-style: none; border-top: 1px solid transparent; border-bottom: 3px solid transparent; float: left; }
ul.tabNavigation li a { font-family: Lucida Grande, Lucida Sans, sans-serif; font-size: 1em; font-weight: bold; text-transform: uppercase; color: #597893; margin: 0; padding: 0; }
ul.tabNavigation li a:hover { color: #c60; }
ul.tabNavigation li a.selected { color: #c60; }
ul.tabNavigation li a:focus { outline: 0px; }
