#headerT {
float: left;
width: 100%;
border-bottom: 1px solid #aaaaaa;
margin-bottom: 2em;
}

#headerT ul {
margin: 0;
padding: 2em 0 0 0;
list-style: none;
}

#headerT li {
float: left;
background-image: url("../images/tab_left.gif");
background-repeat: no-repeat;
margin: 0 1px 0 0;
padding: 0 0 0 8px;
}

#headerT a {
float: left;
display: block;
background-image: url("../images/tab_right.gif");
background-repeat: no-repeat;
background-position: right top;
padding: 0.2em 10px 0.2em 0;
text-decoration: none;
font-weight: bold;
color: #4495cc;
}

#headerT a:focus, #headerT a:hover { color: #085; }

#homeT #headerT li.homeT,
#serviceT #headerT li.serviceT,
#refurbishT #headerT li.refurbishT,
#recycleT #headerT li.recycleT {
background-image: url("../images/tab_active_left.gif");
}

#homeT #headerT li.homeT a,
#serviceT #headerT li.serviceT a,
#refurbishT #headerT li.refurbishT a,
#recycleT #headerT li.recycleT a {
background-image: url("../images/tab_active_right.gif");
background-color: transparent;
color: #00af44;
}

.hidetab {
display: none;
}