.navInset
{
    font-size: 75% ;
    font-weight: bold ;
    font-style: italic ;
}

.navInset a
{
    display: block ;
    text-decoration: none ;
    border: 1px solid #ff9900 ;
    margin-bottom: 2px ;
    padding: .1em .5em .1em .5em ;
    color: #666 ;
    background: url("/images/headers/orange.gif") repeat-x ;
}

.navInset a.sel , .navInset a:hover
{
    color: #fff ;
    background: url("/images/headers/orange.gif") bottom repeat-x ;
    border: 1px solid #666 ;
}


