
#menuheader {
  top: 0;
  right: 0;
  
}

#menuheader, #menuheader ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

#menuheader li {
  float: left;
  background:#064b11;
  color:#FFF;
  
}

#menuheader a {
  display: block;
  padding: 5px;
  width: 146px;
  color:#FFF;
  border:1px solid #fff;
  text-decoration:none;
}
#menuheader a:hover{
  display: block;
  padding: 5px;
  width: 146px;
  color:#fff;
  border:1px solid #fff;
  background:#666;
}

#menuheader li ul {
  position: absolute;
  z-index:100;
  left: -999em;
  width: 160px;
  overflow:hidden;
}

#menuheader li:hover ul, #menuheader li ul:hover {
  left:auto;
}

#photos img {
  position: absolute;
}

#photos {
  width: 180px;
  height: 200px;
  overflow: hidden;
}

