#a0 { left: 10px;}
#a1 { left: -15px;}
#a2 { left: -40px;}
#a3 { left: -65px;}
#a4 { left: -90px;}
#a5 { left: -115px;}
#a6 { left: -140px;}

/*main method*/
ul#tngnav {
    margin:0 0px 0px;
    padding: 0 0 0 0px;
    list-style: none;
    border: none;
} 

#tngnav li {
    display: block;
    margin: 0;
    padding: 0;
    float:left;
}
#tngnav a#a0 { left: 10px;}
#tngnav a#a1 { left: -15px;}
#tngnav a#a2 { left: -40px;}
#tngnav a#a3 { left: -65px;}
#tngnav a#a4 { left: -90px;}
#tngnav a#a5 { left: -115px;}
#tngnav a#a6 { left: -140px;}

/*inactive tab*/
#tngnav a {
    display:block;
    color:#444;
    text-decoration:none;
    background: url(tngtab.png) no-repeat;
    margin:0;
    padding: 0.2em 2.0em 0.3em 26px;
    border-right: 1px solid #aaa;
    position: relative;
    font: 10px arial, helvetica, sans-serif;
}

/*active tab*/  
#tngnav a:hover {
    background: url(tngtabactive.png) no-repeat;
    color:#008877;
}

/*active tab*/
#tngnav a.here {
    position:relative;
    background: url(tngtabactive.png) no-repeat;
    color:#005555;
    border-right: 1px solid #aaa;
    padding: 0.2em 2.0em 0.4em 26px;
    margin: 0 4px 0 0;
}

/*everything below this point is to keep older browsers happy*/
#tabs div {
    position: relative;
    float:left;
    height: 21px;
}

#tabs .divhere {
    z-index:102;
    margin: 0 4px 0 0;
}

/*inactive tab*/
#tabs a {
    background: url(tngtab.png) no-repeat;
    color:#222222;
    padding: 0.2em 2.0em .6em 26px;
    font: 10px arial, helvetica, sans-serif;
    text-decoration: none;
    border-right: 1px solid #aaa;
}

/*active tab*/
#tabs a:hover {
    background: url(tngtabactive.png) no-repeat;
    color:#008877;
}

/*active tab*/
#tabs a.here {
    background: url(tngtabactive.png) no-repeat;
    color:#005555;
    padding: 0.2em 2.0em .6em 26px;
}

