/* *TOP NAV COLOR SCHEME: LOCAL IMAGES & LOCAL XSLT* */
.topnavigation {
background-color: #7D610F !important; /*fills % pixel gap in some browsers*/
}

div.navelement {
    height: 27px !important;
    padding: 0px !important;
    background-image:url("../images/nav_img/gold/navigation_background.gif");
}
/* have to write these on the same line or the hover font color doesn't work */
div.navelement, div.navelement a {
    color: #FFFFFF;
}
/* have to write these on the same line or the hover font color doesn't work */
div.navelement:hover, div.navelement a:hover, div.navelement a.nav_on {
    background-image:url("../images/nav_img/gold/navigation_background_on.gif");
    color: #7d610f !important;
    cursor: pointer;
}
div.navelement a {
    text-decoration: none;
    display: block;
    width: inherit;
    height:20px;
/* 19 mac */    
    padding-top:7px;
/* 8 mac */    
}

div.divider {
width: 2px;
background-image: url('../images/nav_img/gold/navigation_rightcorner.gif') !important;
}
