﻿#linkBar a
{
    display: block;
    height: 37px;
    float: left;
    text-align: center;
    line-height: 37px;
    border-right: #181819 1px solid;
}

#linkBar span
{
    display:none;
}

#linkBar #linkBarCatalog
{
    background: url('../images/master/linkbar/CatalogUS.gif') 0px 0px no-repeat;
    width: 100px;
}

#linkBar #linkBarCatalog:hover
{
    background: url('../images/master/linkbar/CatalogUS.gif') 0px -37px no-repeat;
    width: 100px;
}

#linkBar #linkBarIndex
{
    background: url('../images/master/linkbar/IndexUS.gif') 0px 0px no-repeat;
    width: 98px;
}

#linkBar #linkBarIndex:hover
{
    background: url('../images/master/linkbar/IndexUS.gif') 0px -37px no-repeat;
    width: 98px;
}

#linkBar #linkBarParts
{
    background: url('../images/master/linkbar/PartsUS.gif') 0px 0px no-repeat;
    width: 91px;
}

#linkBar #linkBarParts:hover
{
    background: url('../images/master/linkbar/PartsUS.gif') 0px -37px no-repeat;
    width: 91px;
}

#linkBar .linkBarCommercialSite
{
    background: url('../images/master/linkbar/CommercialSiteUS.gif') 0px 0px no-repeat;
    width: 158px;
}

#linkBar .linkBarCommercialSite:hover
{
    background: url('../images/master/linkbar/CommercialSiteUS.gif') 0px -37px no-repeat;
    width: 158px;
}

#linkBar #ctl00_linkBarXRef
{
    background: url('../images/master/linkbar/XRefUS.gif') 0px 0px no-repeat;
    width: 136px;
}

#linkBar #ctl00_linkBarXRef:hover
{
    background: url('../images/master/linkbar/XRefUS.gif') 0px -37px no-repeat;
    width: 136px;
}