/*************************************************************
*  About Us Definitions
*************************************************************/ 

#hdr-residential h1 {
    width: 450px;
    height: 31px;
    text-indent: -9999px;
    background: url(../images/ttl_residential_services.gif) top left no-repeat;
}

#hdr-recycling-centers h1 {
    width: 450px;
    height: 31px;
    text-indent: -9999px;
    background: url(../images/ttl_recycling_centers.gif) top left no-repeat;
}

#hdr-cash4cans h1 {
    width: 450px;
    height: 31px;
    text-indent: -9999px;
    background: url(../images/ttl_cash4cans.gif) top left no-repeat;
}


/*************************************************************
*  Subnavigation
*************************************************************/ 

div#subnav { 
    height: 70px; 
    width: 227px; 
    margin: 0 0 25px 0; 
    padding: 0; 
    border: 0; 
}

div#subnav ul#submenu { 
    height: 70px; 
    width: 227px; 
    background: url(../images/subnav_residential.gif) top left no-repeat; 
    margin: 0; 
    padding: 0; 
    position: relative; 
}

div#subnav ul#submenu li { 
    margin: 0; 
    padding: 0; 
    list-style: none; 
    position: absolute; 
}

ul#submenu li, ul#submenu a { 
    width: 227px; 
    height: 31px;
    display: block;
}

div#subnav ul#submenu li a { 
    text-indent: -9999px; 
    text-decoration: none; 
}

#centersmenu { top: 0px; }
#cash4cansmenu { top: 31px; }

#centersmenu a:hover { background: url(../images/subnav_residential.gif) -227px 0 no-repeat; }
#cash4cansmenu a:hover { background: url(../images/subnav_residential.gif) -227px -31px no-repeat; }

body.centers-on #centersmenu  { background: url(../images/subnav_residential.gif) -227px 0 no-repeat; }
body.cash4cans-on #cash4cansmenu  { background: url(../images/subnav_residential.gif) -227px -31px no-repeat; }
