﻿
a.butHome
{
    display:block ;
    background-image: url('/images/toolbar/Home.gif');
    background-repeat: no-repeat;
    height:68px;
}

a.butHome:hover
{
    background-position: 0px -68px;
}

div.home
{
    width:76px;
    position:absolute;
    height: 68px;
    left: 50%;
    z-index:10;
    margin-left:-51px;
    }
    
div.toolbar
{
    width:892px;
    position:absolute;
    height: 68px;
    left: 50%;
    z-index:5;
    margin-left:-447px;
    }
    
    table.toolbarTable
    {
    text-align:center;  
    }
  
div.buttontext
{
    padding-top:22px;
    color: White;
    font-family: Geneva, Arial, Sans-Serif;
    font-size:12px;
    line-height: 13px;
    font-weight: Normal;
}
    
    
    
a.button2
{
    display: block;
    background-image: url( '/images/toolbar/button.gif' );
    height: 68px;
    width: 132px;
    text-decoration: none;
    }

a.button2:hover
{
    background-position: 0px -68px;

}

.button2Blank
{
    /*display: block;*/
    background-image: url( '/images/toolbar/button.gif' );
    height: 68px;
    width: 132px;
    text-decoration: none;
    }
    
    
.button2LBlank
{
    display: block;
    background-image: url( '/images/toolbar/button_LOGO_L.gif' );
    height: 68px;
    width: 132px;
    text-decoration: none;
}

.button2RBlank
{
    display: block;
    background-image: url( '/images/toolbar/button_LOGO_R.gif' );
    height: 68px;
    width: 132px;
    text-decoration: none;
}

a.button2L
{
    display: block;
    background-image: url( '/images/toolbar/button_LOGO_L.gif' );
    height: 68px;
    width: 132px;
    text-decoration: none;
}

a.button2L:hover
{
    background-position: 0px -68px;

}

a.button2R
{
    display: block;
    background-image: url( '/images/toolbar/button_LOGO_R.gif' );
    height: 68px;
    width: 132px;
    text-decoration: none;
}

a.button2R:hover
{
    background-position: 0px -68px;

}

a.button1
{
    display: block;
    background-image: url( '/images/toolbar/button.gif' );
    height: 68px;
    width: 99px;
    text-decoration: none;
    background-position: -33px 0px;
    }

a.button1:hover
{
    background-position: -33px -68px;

}

.button1Blank
{
    display: block;
    background-image: url( '/images/toolbar/button.gif' );
    height: 68px;
    width: 99px;
    text-decoration: none;
    background-position: -33px 0px;
    }

a.button1L
{
    display: block;
    background-image: url( '/images/toolbar/button_LOGO_L.gif' );
    height: 68px;
    width: 99px;
    text-decoration: none;
    background-position: -33px 0px;
}

a.button1L:hover
{
    background-position: -33px -68px;

}

a.button1R
{
    display: block;
    background-image: url( '/images/toolbar/button_LOGO_R.gif' );
    height: 68px;
    width: 99px;
    text-decoration: none;
    background-position: -33px 0px;
}

a.button1R:hover
{
    background-position: -33px -68px;

}