#navigation {
  font-family: Georgia,Serif;
}
#nav1 {
    float:left;
    width:100%;
    background:#DAE0D2 url("../images/css/bg.gif") repeat-x bottom;
    font-size:93%;
    line-height:normal;
}
#nav1 ul {
  margin:0;
  padding:10px 10px 0;
  list-style:none;
  }
#nav1 li {
  float:left;
  background:url("../images/css/left_both.gif") no-repeat left top;
  margin:0;
  padding:0 0 0 9px;
  border-bottom:1px solid #765;
  }
#nav1 a {
  float:left;
  display:block;
  width:.1em;
  background:url("../images/css/right_both.gif") no-repeat right top;
  padding:5px 15px 4px 6px;
  text-decoration:none;
  font-weight:bold;
  color:#765;
  }
#nav1 > ul a {width:auto;}
/* Commented Backslash Hack hides rule from IE5-Mac \*/
#nav1 a {float:none;}
/* End IE5-Mac hack */
#nav1 a:hover {
  color:#333;
  }

#nav1 #current {
  background-position:0 -150px;
  border-width:0;
}
#nav1 #current a {
  background-position:100% -150px;
  padding-bottom:5px;
  color:#333;
  }
#nav1 li:hover, #nav1 li:hover a {
  background-position:0% -150px;
  color:#333;
  }
#nav1 li:hover a {
  background-position:100% -150px;
  }
.nav2 ul {
    margin:0;
    padding:10px 10px 0;
    list-style:none;
}

.nav2 li {
    float:left;
    font-weight:bold;
    margin:0 5px 5px;
    padding:0 5px 0 5px;
    color:#333;
}

.nav2 a {
    width:.1em;
    padding:0px 0px 4px 0px;
    text-decoration:none;
    font-weight:bold;
    color:#2C87BC;
}

#nav2-current {
    border-bottom:2px solid #2C87BC;
}

/* tooltip styles */


div#tooltip {
   position:absolute;
   visibility:hidden;
   z-index:10000;
   background-color:#FFEEC7;
   border:1px solid black;
   padding:0.2em;
   font-size:0.8em;
}