﻿        li.Home {
    height: 90px;
    float: left;
    padding: 4px;
    text-indent: -99999px;
    width: 97px;
}


ul.Home {
    /*background: #f4f4f4;
    background: linear-gradient(#fff, #eee);
    border: 1px solid #ccc;
    border-radius: 6px;
    display: inline-block;
    height: 36px;
    list-style: none;
    margin: 0 0 20px 0;
    padding: 0 4px 0 0;*/
    direction: ltr;
    height: 90px;
    display: inline-block;
    list-style: none;
    margin: 0 0 -15px 30px;
    padding: 0 4px 0 0;
}

         li a.Home {
               background: url('../../images/PictoHomePage.png') 0 0 no-repeat;
                 display: block;
                  height: 90px;
                   width: 90px;

         }

         
         
         .LotteryMonth a.Home {
                background-position: 0 0;
                

         }

          .LotteryMonth a.Home:hover {
                 background-position: 0 -90px;

         }

         .stamps a.Home {
                background-position: -100px 0;

         }

          .stamps a.Home:hover {
                 background-position: -100px -90px;

         }

.Vouchers a.Home {
    background-position: -200px 0;
}

    .Vouchers a.Home:hover {
        background-position: -200px -90px;
    }

.SecurityPaper a.Home {
    background-position: -300px 0;
}

    .SecurityPaper a.Home:hover {
        background-position: -300px -90px;
    }

            .Checkbooks a.Home{
            background-position: -400px 0;
        }
          
        .Checkbooks  a.Home:hover  {
            background-position: -400px -90px;
        }

            .CheckContinuousPaper a.Home{
            background-position: -500px 0;
        }
          
        .CheckContinuousPaper  a.Home:hover  {
            background-position: -500px -90px;
        }
