 div #menu {	

	background: url("../images/menu_bg.gif") 0 0 no-repeat;
	width: 189px;
	height: 181px;	
 }
 div #menu a {
    display:block;
    width:91px;
    height: 26px;
    font-size: 0px;
    color: #93B2DD;
	margin-left: 50px;

  }
  
  /* home */  
  a#home {background: url("../images/home.gif") 0 0 no-repeat;}
  a:hover#home{background-position: -91px 0;}

  /* info */
  a#info {background: url("../images/information.gif") 0 0 no-repeat;}
  a:hover#info{background-position: -91px 0;}

  /* recover */

  a#recover {background: url("../images/recover.gif") 0 0 no-repeat;}
  a:hover#recover{background-position: -91px 0;}

  /* about */
  
  a#about {background: url("../images/aboutus.gif") 0 0 no-repeat;}
  a:hover#about{background-position: -91px 0;}

  /* contact */

  a#contact {background: url("../images/contact.gif") 0 0 no-repeat;}
  a:hover#contact{background-position: -91px 0;}

  /* links */
  a#links {background: url("../images/links.gif") 0 0 no-repeat;}
  a:hover#links{background-position: -91px 0;}

  a span {display:none;}