#menu{
  float: left;
  margin: 5px 0px 0px 20px;
}

a.menu-item:link, a.menu-item:visited{
  width: 195px;





  height: 15px;
  margin: 0px 0px 5px 0px;
  padding: 5px 5px 5px 5px;
  background-image: url('../images/mmenu_item_back.png');
  background-position: top left;
  background-repeat: no-repeat;
  color: #993000;
  font-size: 10px;
  font-weight: bold;
  text-decoration: none;
  white-space: nowrap;
  vertical-align: middle;
  display: block;
}

a.menu-item:hover, a.menu-item:active{
  background-image: url('../images/menu_item_back_hover.png');
  color: #EBEBEB;
}

#search-form{
  margin: 20px 0px 0px 0px;
}

#search-image{
  margin: 0px 0px 0px 1px;
  vertical-align: top;
}

#search-input{
  width: 100px;
  height: 15px;
}


