@charset "utf-8";
  #home
  {
    display: block;
    width: 75px;
    height: 43px;
    background: url("../images/home2.gif") no-repeat 0 0;

  }

  #home:hover
  { 
    background: url("../images/home2.gif") no-repeat 0 0;
		background-position: 0 -52px;
  }

  #new
  {
    display: block;
    width: 166px;
    height: 43px;
    background: url("../images/new2.gif") no-repeat 0 0;

  }

  #new:hover
  { 
    background: url("../images/new2.gif") no-repeat 0 0;
		background-position: 0 -52px;
  }

  #about
  {
    display: block;
    width: 100px;
    height: 43px;
    background: url("../images/about.gif") no-repeat 0 0;

  }

  #about:hover
  { 
    background: url("../images/about.gif") no-repeat 0 0;
		background-position: 0 -52px;
  }

  #events
  {
    display: block;
    width: 75px;
    height: 43px;
    background: url("../images/events.gif") no-repeat 0 0;

  }

  #events:hover
  { 
    background: url("../images/events.gif") no-repeat 0 0;
		background-position: 0 -52px;
  }

  #results
  {
    display: block;
    width: 75px;
    height: 43px;
    background: url("../images/results.gif") no-repeat 0 0;

  }

  #results:hover
  { 
    background: url("../images/results.gif") no-repeat 0 0;
		background-position: 0 -52px;
  }

  #management
  {
    display: block;
    width: 119px;
    height: 43px;
    background: url("../images/management1.gif") no-repeat 0 0;

  }

  #management:hover
  { 
    background: url("../images/management1.gif") no-repeat 0 0;
		background-position: 0 -52px;
  }

  #quonicle
  {
    display: block;
    width: 119px;
    height: 43px;
    background: url("../images/quonicle.gif") no-repeat 0 0;

  }

  #quonicle:hover
  { 
    background: url("../images/quonicle.gif") no-repeat 0 0;
		background-position: 0 -52px;
  }

  #news
  {
    display: block;
    width: 70px;
    height: 43px;
    background: url("../images/news.gif") no-repeat 0 0;

  }

  #news:hover
  { 
    background: url("../images/news.gif") no-repeat 0 0;
		background-position: 0 -52px;
  }

  #contact
  {
    display: block;
    width: 75px;
    height: 43px;
    background: url("../images/contact.gif") no-repeat 0 0;

  }

  #contact:hover
  { 
    background: url("../images/contact.gif") no-repeat 0 0;
		background-position: 0 -52px;
  }

