/* horizontal navigation for parent pages only */

#nav1 ul {
}
#nav1 li {
  float: left;
  width: 102px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  background: url(images/tab_lit.gif) repeat-x;
  border-left: 1px solid white;
  list-style: none;

}

/* top level pages */
#nav1 .menu_default-0 {


}
#nav1 .menu_default-0 a {
  font: 16px "Times new roman", serif;
  color: #ffffff;
  text-decoration: none;
  line-height: 34px;
}
#nav1 .menu_default-0 a:hover{
    text-decoration: underline;
}
#nav1 .menu_current-0 {
  display: block;
  height: 34px;
  background: url(images/tab_drk.gif) repeat-x;
  border-left: none;
  padding-left: 1px;
}
#nav1 .menu_current-0 a {
  font: 16px "Times new roman", serif;
  color: #ffffff;
  text-decoration: none;
  line-height: 34px; 
}




