#header {
  padding:5px 0;
}
#header h1 a {
  display:block;
  width:211px;
  height:150px;
  background:url(../images/logo.png);
}

#navbar {
  float:right;
  line-height:50px;
  height:50px;
  font-size:0.85em;
  font-family:Kristen;
  text-align:center;
}
#navbar ul {
  list-style:none;
}
#navbar li {
  float:left;
  width:100px;
  height:50px;
  margin:0 0 0 5px;
}
#navbar li a {
  float:left;
  width:100px;
  height:50px;
/*  background:url(../images/bg-navbar-li.png) no-repeat top left;*/
  color:#000;
}
#navbar li a:hover, #navbar li a.current {
  background:url(../images/bg-navbar-li-hover.png) no-repeat top left;
  color:#fff;
}
