@charset "utf-8";
  #home
  {
    display: block;
    width: 100px;
    height: 37px;
    background: url("/images/home.gif") no-repeat 0 0;

  }

  #home:hover
  { 
    background: url("/images/home.gif") no-repeat 0 0;
		background-position: 0 -43px;
  }

  #news
  {
    display: block;
    width: 100px;
    height: 37px;
    background: url("/images/news.gif") no-repeat 0 0;

  }

  #news:hover
  { 
    background: url("/images/news.gif") no-repeat 0 0;
			background-position: 0 -43px;
  }
  #event
  {
    display: block;
    width: 106px;
    height: 37px;
    background: url("/images/event.gif") no-repeat 0 0;

  }

  #event:hover
  { 
    background: url("/images/event.gif") no-repeat 0 0;
				background-position: 0 -43px;
  }
  #entries
  {
    display: block;
    width: 100px;
    height: 37px;
    background: url("/images/entries.gif") no-repeat 0 0;

  }

  #entries:hover
  { 
    background: url("/images/entries.gif") no-repeat 0 0;
					background-position: 0 -43px;
  }
  #results
  {
    display: block;
    width: 100px;
    height: 37px;
    background: url("/images/results.gif") no-repeat 0 0;

  }

  #results:hover
  { 
    background: url("/images/results.gif") no-repeat 0 0;
						background-position: 0 -43px;
  }
  #accommodation
  {
    display: block;
    width: 121px;
    height: 37px;
    background: url("/images/accommodation.gif") no-repeat 0 0;

  }

  #accommodation:hover
  { 
    background: url("/images/accommodation.gif") no-repeat 0 0;
							background-position: 0 -43px;
  }
  #things
  {
    display: block;
    width: 100px;
    height: 37px;
    background: url("/images/visitors.gif") no-repeat 0 0;

  }

  #things:hover
  { 
    background: url("/images/visitors.gif") no-repeat 0 0;
								background-position: 0 -43px;
  }
  #contact
  {
    display: block;
    width: 100px;
    height: 37px;
    background: url("/images/contact.gif") no-repeat 0 0;

  }

  #contact:hover
  { 
    background: url("/images/contact.gif") no-repeat 0 0;
									background-position: 0 -43px;
  }
  #final
  {
    display: block;
    width: 100px;
    height: 37px;
    background: url("/images/final.gif") no-repeat 0 0;

  }

  #final:hover
  { 
    background: url("/images/final.gif") no-repeat 0 0;
										background-position: 0 -43px;
  }
