#navbar_container {
  position: relative;
  top: 0px;
  left: 0px;
  width: 880px;
  height: 32px;
  z-index: 1000;
}
div#navbar {
  position: absolute;
  top: 0px;
  left: 0px;
  text-align: left;
  width: 880px;
  height: 32px;
  background-color: #015067;
}
#domMenu1 {
  position: relative;
  display: block;
  bottom: 0px;
  left: -1px;
  width: 880px;
  height: 32px;
}

/* Style 1 */
div.domMenu1_menuBar {
  height: 32px;
    /*border: solid #999;
    border-width: 0 0 0 0;*/
}
div.domMenu1_menuElement {
  font-family: Arial; 
  font-size: 12px;
  color: #fff;
  background: url(../images/nav_pipe.gif) no-repeat;
  background-color: #015067;
  font-weight: bold;
  text-align: center;
  height: 32px;
  line-height: 32px;
  vertical-align: middle;
  padding: 0px 0px 0px 0px;
  width: 97px;
}
div.domMenu1_menuElementHover {
  color: #6a99a6;
  background: url(../images/nav_pipe.gif) no-repeat;
  background-color: #015067;
  padding: 0px 0px 0px 0px;
}
div.domMenu1_subMenuBar {
/*  background: url(/images/box_vert_pipe.gif) no-repeat;*/
/*  border: solid #015067;
  border-width: 0px 1px 0px 1px;*/
/*  background-color: #f4f7f5;*/
  background-color: #015067;
/*  opacity: .95;
  filter: alpha(opacity=95);*/
  width: 167px;
  height: 120px;
  /*110*/
  margin: 0px 1px;
}
div.domMenu1_subMenuElement {
  font-family: Arial, sans-serif; 
  font-size: 12px;
  font-weight: bold;
  line-height: 15px;
  color: #fff;
  width: 159px;
  padding: 0px 7px;
}
div.domMenu1_subMenuElementHover {
  color: #6a99a6;
}
a.special {
  color: #b68d04;
}
a.special:hover {
  color: #6a99a6;
}

