div#navigation_bar {
  float:right;
  width:490px;
  height:28px;
  margin:79px 0 0 0;
}

div#navigation_bar ul {
  list-style:none;
  padding:0px;
  margin:0px;
}

div#navigation_bar ul li {
  float:right;
  width:80px;
}

div#navigation_bar ul li a {
  display:block;
  font-size:12px;
  width:80px;
  height:28px;
  text-align:center;
  border-right:dashed 1px #cccccc;
}

div#navigation_bar ul li a:hover {
  background:transparent url('../grfx/navigation_h.gif') bottom center no-repeat;
}

div#navigation_bar ul li a#_h {
  font-weight:bold;
  color:#333333;
  background:transparent url('../grfx/navigation_h.gif') bottom center no-repeat;
}
