a.seMere {
    background: transparent url('/images/buttons/semere_btn.gif') no-repeat scroll top right;
    color: #444;
    display: block;
    float: left;
    font: normal 12px arial, sans-serif;
    height: 26px;
    width:81px;
    /*margin-right: 6px;*/
   /* padding-right: 18px; */ /* sliding doors padding */
    text-decoration: none;
}

a.seMere span {
    background: transparent url('/images/buttons/semere_btn.gif') no-repeat;
    display: block;
    /*line-height: 14px;
    padding: 5px 0 5px 18px;*/
} 


a.seMere:hover {
    background-position: bottom right;
    color: #000;
    outline: none; /* hide dotted outline in Firefox */
}

a.seMere:hover span {
    background-position: bottom left;
    padding: 6px 0 4px 18px; /* push text down 1px */
} 


.b_Crums a, .b_Crums a:visited {
    color:#454545;
    font-family: Arial;
    font-size: 11px;
    text-decoration:none;
    }
    
.b_Crums a:hover {
    color:#0d4e93;
    font-family: Arial;
    font-size: 11px;
    }