/* *TOP NAV COLOR SCHEME: LOCAL IMAGES & LOCAL XSLT* */
div.navelement {
    height: 27px !important;
    padding: 0px !important;
    background-image:url("//www.emory.edu/template_shared/images/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: #163B84;
}
/* 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("//www.emory.edu/template_shared/images/navigation_background_on.gif") !important;
    color: #FFFFFF !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('//www.emory.edu/template_shared/images/navigation_rightcorner.gif') !important;
}