#searchmenu{
  overflow: hidden;
  width: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
}

#searchmenu li{
  float: left;
  margin: 0 .5em 0 0;
}

#searchmenu item{
  position: relative;
  background: #ddd;
  background-image: linear-gradient(to bottom, #fff, #ddd);  
  padding: .7em 3.5em;
  float: left;
  text-decoration: none;
  color: #444;
  text-shadow: 0 1px 0 rgba(255,255,255,.8);
  border-radius: 5px 0 0 0;
  box-shadow: 0 2px 2px rgba(0,0,0,.4);
  display:inline;
}

#searchmenu item:hover,
#searchmenu item:hover::after,
#searchmenu item:focus,
#searchmenu item:focus::after{
  background: #fff;
}

#searchmenu item:focus{
  outline: 0;
}

#searchmenu item::after{
  content:'';
  position:absolute;
  z-index: 1;
  top: 0;
  right: -.5em;  
  bottom: 0;
  width: 1em;
  background: #ddd;
  background-image: linear-gradient(to bottom, #fff, #ddd);  
  box-shadow: 2px 2px 2px rgba(0,0,0,.4);
  border-radius: 0 5px 0 0;  
}

#searchmenu #current item,
#searchmenu #current item::after{
  background: #fff;
  z-index: 3;
}

#search
{
    padding: 1px;
    height: 0px;
    position: relative;
    z-index: 2;	
    border-radius: 5px 5px 5px 5px;
}
