﻿/* Nav drill trail for general navigation use. */
.DrillTrail
{
    background-color: #eeeeee;
    font-size: 11px;
    line-height: 14px;
    margin-top: 10px;
    margin-bottom: 10px;
    padding: 8px 50px 8px 8px;      /* padding-right brings bg color under the back link. */
    position: relative;             /* Reference for back link. */
    width: 619px;                   /* With the 8 and 50 above, takes it to 677px (675 grid + 2 borders) */
}
.DrillClear
{
    margin-left: 10px;
}
.DrillBack
{
    position: absolute;
    left: 620px;
}
