﻿        li.Secure {
    height: 160px;
    float: left;
    padding:2px;
    text-indent: -99999px;
    width: 160px;
}


ul.Secure {
    /*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: auto;
    display: inline-block;
    list-style: none; /*margin: 0 0 -15px 33px;*/
    padding: 0 4px 0 0;
}

li a.Secure {
    background: url('../../images/SecurityPaperBtn.png') 0 0 no-repeat;
    display: block;
    height: 160px;
    width: 160px;
}

         
         
         .BluePaper a.Secure {
                background-position: 0 0;
                

         }

          .BluePaper a.Secure:hover {
                 background-position: 0 -160px;

         }

         .Info a.Secure {
                background-position: -180px 0;

         }

          .Info a.Secure:hover {
                 background-position: -180px -160px;

         }

.TopPlus a.Secure {
    background-position: -360px 0;
}
          
        .TopPlus a.Secure:hover  {
            background-position: -360px -160px;
        }

.Top a.Secure {
    background-position: -540px 0;
}
          
        .Top  a.Secure:hover  {
            background-position: -540px -160px;
        }
