.tabs { 
	width: 100%;
	margin: 15px 0 5px 0;
}
UL.tabNavigation {
	list-style: none;
	margin: 0;
	padding: 0;
	font-family: Arial;
	font-size: 12px;
}
UL.tabNavigation LI {
	display: inline;
}
UL.tabNavigation LI A {
	padding: 5px 10px;
    background: #43464a url(img/tab_bg_n.gif) repeat-x top;
	color: white;
	text-shadow: 1px 1px 0px black;
	text-decoration: none;
}
UL.tabNavigation LI A.selected,
UL.tabNavigation LI A:hover {
    background: #c5da27 url(img/tab_bg_o.gif) repeat-x top;
}
UL.tabNavigation LI A:focus {
	outline: 0;
}
div.tabs > div {
	padding: 5px;
	margin-top: 3px;
	border: 3px solid #216fe1;
}
div.tabs > div h2 {
	margin-top: 0;
	}
#first {
	background: #f0f8ff url(img/tabs_bgmain.png) no-repeat bottom right;
	min-height: 110px;
	color: black;
	padding: 10px;
}
#second {
	background: #f0fff0 url(img/tabs_bgmain.png) no-repeat bottom right;
   min-height: 110px;
   color: black;
}
#third {
	background: #ffffe0 url(img/tabs_bgmain.png) no-repeat bottom right;
   min-height: 110px;
	color: black;
}
.waste {
	min-height: 1000px;
}
.tabs A {
text-decoration: underline;
color: blue;
}
