.ttl-applicationprocess {
    background: url(../images/ttl_application_process.gif) no-repeat;
    width: 166px;
    height: 18px;
    display: block;
    margin-bottom: 5px;
}

.ttl-applicationprocess h1 {
    display: none;
}

.ttl-about {
    background: url(../images/ttl_about_us.gif) no-repeat;
    width: 77px;
    height: 13px;
    display: block;
    margin-bottom: 5px;
}

.ttl-about h1 {
    display: none;
}

.ttl-history {
    background: url(../images/ttl_history.gif) no-repeat;
    width: 58px;
    height: 17px;
    display: block;
    margin-bottom: 5px;
}

.ttl-history h1 {
    display: none;
}

.ttl-difference {
    background: url(../images/ttl_pebble_tec_difference.gif) no-repeat;
    width: 284px;
    height: 17px;
    display: block;
    margin-bottom: 5px;
}

.ttl-difference h1 {
    display: none;
}

/************************************
* About Us Subnavigation
************************************/

div#subnav { 
    height: 88px; 
    width: 202px; 
    margin: 0 0 20px 0; 
    padding: 0; 
    border: 0; 
}

div#subnav ul#submenu { 
    height: 88px; 
    width: 202px; 
    background: url(../images/subnav_about.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: 202px; 
    display: block; 
}

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

#historymenu { top: 0px; }
#differencemenu { top: 33px; }
#processmenu { top: 60px; }

#historymenu a { height: 33px; }
#differencemenu a { height: 27px; }
#processmenu a { height: 28px; }

#historymenu a:hover { background: url(../images/subnav_about.gif) -202px 0 no-repeat; }
#differencemenu a:hover { background: url(../images/subnav_about.gif) -202px -33px no-repeat; }
#processmenu a:hover { background: url(../images/subnav_about.gif) -202px -60px no-repeat; }

body.history-on #historymenu  { background: url(../images/subnav_about.gif) -202px 0 no-repeat; }
body.difference-on #differencemenu  { background: url(../images/subnav_about.gif) -202px -33px no-repeat; }
body.process-on #processmenu  { background: url(../images/subnav_about.gif) -202px -60px no-repeat; }