/* ---------------------------------- */
/*     NavBar Styles                  */
/* ---------------------------------- */


/*  NavBar Anchors  */
a.edims_menu {
    font-family: Helvetica, sans-serif;
    font-size: 10pt;
    font-weight: normal;
    text-decoration: none;
    color: #ffffff;
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 0px;
    margin-bottom: 0px;
    line-height:15px;
    }

a.edims_menu:hover {
    font-family: Helvetica, sans-serif;
    font-size: 10pt;
    font-weight: normal;
    text-decoration: underline;
    color: #ffffff;
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 0px;
    margin-bottom: 0px;
    line-height:15px;
    }


/*  Secondary NavBar Anchors  */
a.edims_menu_2 {
    font-family: Helvetica, sans-serif;
    font-size: 10pt;
    font-weight: normal;
    text-decoration: none;
    color: #000000;
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 0px;
    margin-bottom: 0px;
    line-height:15px;
    }

a.edims_menu_2:hover {
    font-family: Helvetica, sans-serif;
    font-size: 10pt;
    font-weight: normal;
    text-decoration: underline;
    color: #000000;
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 0px;
    margin-bottom: 0px;
    line-height:15px;
    }

/*  Secondary NavBar Plain Text  */
p.edims_menu_2 {
    font-family: Helvetica, sans-serif;
    font-size: 10pt;
    font-weight: normal;
    text-decoration: none;
    color: #000000;
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 0px;
    margin-bottom: 0px;
    line-height:15px;
    }


/*  Header outside the boxes  */
h1.edims_menu {
    font-family: Arial, Helvetica, Sans-Serif;
    font-size: 10pt;
    font-weight: bold;
    font-style: normal;
    color: #000000;
    text-align: left;
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 15px;
    margin-bottom: 5px;
    }


/*  NavBar - with background  */
table.edims_menu {
    background-color: #425C35;
    width: 100%;
    border: 0px;
    }


/*  Secondary NavBar - with background  */
table.edims_menu_2 {
    background-color: #B0CAA4;
    width: 100%;
    border: 0px;
    }




