/* Primary Nav Links */
#nav-A .divider{
    color: #000000;
    display: inline-block;
    font-size: 14px;
    margin: 0;
    padding: 0;
}

#nav-A .divider span{
    display: table-cell;
    height: 22px;
    line-height: 42px;
    vertical-align: middle;
}

#nav-A {
    font-family: Futura, sans-serif;
    font-size: 14px;
    line-height: 40px;
    font-style: normal;
    text-align: center;
    height: 100%;
    margin: 0px;
    padding: 0px;
}

#nav-A ul {
    list-style: none outside none;
    margin: 0;
    padding: 0;
}

#nav-A li {
    display:inline-block;
    height: 100%;
    margin: 0;
    padding: 0;
}

#nav-A li #sep{ 
    display:inline-block;
    height: 100%;
    margin: 0;
    padding: 0;
}

#nav-A a {
    color: #c7b299;
    display: block;
    height: 100%;
    text-decoration: none;
    margin: 0px;
    padding-left: 10px;
    padding-right: 10px;

}
#nav-A a:hover, #nav-A a:focus {
    color: #fff;
    border-bottom: 3px solid #ff00ff;
}

#nav-A .sel a {
    color: #fff;
    border-bottom: 3px solid #ff00ff;
}
#nav-A .sel a:hover, #nav-A .sel a:focus {
    color: #fff;
    border-bottom: 3px solid #ff00ff;
}
#nav-A strong {
    font-weight: normal;
}

#print #nav-A-print a,
#webnstuff #nav-A-webnstuff a,
#contact #nav-A-contact a {
    color: #fff;
    border-bottom: 3px solid #ff00ff;
}
