#navigation_bar {
    background-color : #88B8E0;
    border-top-color : #444;
    border-top-style : solid;
    border-top-width : 1px;
    border-bottom:1px solid #444;
    clear : both;
    color : #ffffff;

    height : 18px;
    left : 0px;

    right : 0px;
    text-align : left;
    top : 0px;
    vertical-align : middle;
    width : 998px ;
  }

#navigation_bar ul {
    border-left-color : #ffffff;
    border-left-style : solid;
    border-left-width : 1px;
    line-height : 18px;
    list-style-type : none;
    margin-top : .0em;
    padding-top : 0em;
    vertical-align : middle;
  }
#navigation_bar li {
    border-right-color : #ffffff;
    border-right-style : solid;
    border-right-width : 1px;
    float : left;
    line-height : 18px;
    list-style-type : none;
    vertical-align : middle;
    white-space : nowrap;
  }

#navigation_bar li a {
    background-color : inherit;
    color : #003366;
    float : left;
    font-size:0.9em;
    font-variant : small-caps;
    font-weight : bold;
    line-height : 18px;
    padding-left : 10px;
    padding-right : 10px;
    text-decoration : none;
  }

/* this hack targets IE<7 */
* html #navigation_bar a {
    width : 1%;
  }
/* end this hack targets IE<7 */

#navigation_bar .selected, #navigation_bar a:hover {
    background-color : #E8F0F8;

    color : #003366;
    line-height : 18px;
    text-decoration : none;
  }












#foot_navigation_bar {
    background-color : #88B8E0;
    border-top-color : #395B78;
    border-top-style : solid;
    border-top-width : 1px;
    border-bottom:1px solid #444;
    clear : both;
    color : #ffffff;

    height : 18px;
    left : 0px;

    right : 0px;
    text-align : left;
    top : 0px;
    vertical-align : middle;
    width : 997px ;
  }

#foot_navigation_bar ul {
    border-left-color : #ffffff;
    border-left-style : solid;
    border-left-width : 1px;
    line-height : 18px;
    list-style-type : none;
    margin-top : .0em;
    padding-top : 0em;
    vertical-align : middle;
  }
#foot_navigation_bar li {
    border-right-color : #ffffff;
    border-right-style : solid;
    border-right-width : 1px;
    float : left;
    line-height : 18px;
    list-style-type : none;
    vertical-align : middle;
    white-space : nowrap;
  }

#foot_navigation_bar li a {
    background-color : inherit;
    color : #003366;
    float : left;
    font-size:0.9em;
    font-variant : small-caps;
    font-weight : bold;
    line-height : 18px;
    padding-left : 10px;
    padding-right : 10px;
    text-decoration : none;
  }

/* this hack targets IE<7 */
* html #foot_navigation_bar a {
    width : 1%;
  }
/* end this hack targets IE<7 */

#foot_navigation_bar .selected, #foot_navigation_bar a:hover {
    background-color : #E8F0F8;

    color : #003366;
    line-height : 18px;
    text-decoration : none;
  }