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

UL.tabNavigation LI {
display: inline;
margin-right:2px;

}

UL.tabNavigation LI A {
padding: 5px 25px;
background-color: #fff;
color: #9d1915;
text-decoration: none;
margin-right:2px;
font-weight:bold;
border: 1px solid #f6f4e8
}

UL.tabNavigation LI A.selected,
UL.tabNavigation LI A:hover {
background-color: #f6f4e8;
color: #000;
margin-right:2px;
font-weight:bold;
}

UL.tabNavigation LI A:focus {
outline: 0;
margin-right:2px;
}

div.tabs > div {
margin-top: 8px;
border: 1px solid #f6f4e8;
width:700px;
background-color: #f6f4e8;
padding:8px;

}

div.tabs > div h2 {
margin-top: 10px;
background-color:#f6f4e8;
}

.tabsdiv{
    background-color:#f6f4e8;
}

.waste {
min-height: 1000px;
}


