

#main-image { 
  text-align:left;	 
  float:left;
  display:inline;
  z-index:2;
 
}

.menu-items {
  float:left;
  display:inline;
}

#menu-item1 {
  display: block;
  width:80px;
  height: 36px;
  background: url('../images/menu-item1.gif') no-repeat 0 0;
}

#menu-item1:hover
{ 
  background: url('../images/menu-item1-hover.gif') no-repeat 0 0;
}

#menu-item1 span
{
  display: none;
}

#menu-item2 {
  display: block;
  width:128px;
  height: 36px;
  background: url('../images/menu-item2.gif') no-repeat 0 0;
}

#menu-item2:hover
{ 
  background: url('../images/menu-item2-hover.gif') no-repeat 0 0;
}

#menu-item2 span
{
  display: none;
}

#menu-item3 {
  display: block;
  width:174px;
  height: 36px;
  background: url('../images/menu-item3.gif') no-repeat 0 0;
}

#menu-item3:hover
{ 
  background: url('../images/menu-item3-hover.gif') no-repeat 0 0;
}

#menu-item3 span
{
  display: none;
}

#menu-item4 {
  display: block;
  width:116px;
  height: 36px;
  background: url('../images/menu-item4.gif') no-repeat 0 0;
}

#menu-item4:hover
{ 
  background: url('../images/menu-item4-hover.gif') no-repeat 0 0;
}

#menu-item4 span
{
  display: none;
}

#menu-item5 {
  display: block;
  width:115px;
  height: 36px;
  background: url('../images/menu-item5.gif') no-repeat 0 0;
}

#menu-item5:hover
{ 
  background: url('../images/menu-item5-hover.gif') no-repeat 0 0;
}

#menu-item5 span
{
  display: none;
}