@charset "UTF-8";
/*------- Home ---------*/
#Home
{
  display: block;
  width: 50px;
  height: 16px;
  background: url("../Graphics/HeaderMenu-Home.gif") no-repeat 0 0;
  float:left;
  margin-left: 5px;
}
#Home:hover
{ 
  background-position: 0 -16px;
}
#Home span
{
  display: none;
}

/*------- About ---------*/
#About
{
  display: block;
  width: 54px;
  height: 16px;
  background: url("../Graphics/HeaderMenuBlue-About.gif") no-repeat 0 0;
  float:left;
  margin-left: 5px;
}
#About:hover
{ 
  background-position: 0 -16px;
}
#About span
{
  display: none;
}

/*------- Contact ---------*/
#Contact
{
  display: block;
  width: 92px;
  height: 16px;
  background: url("../Graphics/HeaderMenuBlue-Contact.gif") no-repeat 0 0;
  float:left;
  margin-left: 5px;
}
#Contact:hover
{ 
  background-position: 0 -16px;
}
#Contact span
{
  display: none;
}

/*------- E-Club ---------*/
#EClub
{
  display: block;
  width: 56px;
  height: 16px;
  background: url("../Graphics/HeaderMenuBlue-EClub.gif") no-repeat 0 0;
  float:left;
  margin-left: 5px;
}
#EClub:hover
{ 
  background-position: 0 -16px;
}
#EClub span
{
  display: none;
}

/*------- Forms ---------*/
#Forms
{
  display: block;
  width: 58px;
  height: 16px;
  background: url("../Graphics/HeaderMenuBlue-Forms.gif") no-repeat 0 0;
  float:left;
  margin-left: 5px;
}
#Forms:hover
{ 
  background-position: 0 -16px;
}
#Forms span
{
  display: none;
}

/*------- Links ---------*/
#Links
{
  display: block;
  width: 48px;
  height: 16px;
  background: url("../Graphics/HeaderMenuBlue-Links.gif") no-repeat 0 0;
  float:left;
  margin-left: 5px;
}
#Links:hover
{ 
  background-position: 0 -16px;
}
#Links span
{
  display: none;
}

/*------- Rules ---------*/
#Rules
{
  display: block;
  width: 107px;
  height: 16px;
  background: url("../Graphics/HeaderMenuBlue-RuleUpdates.gif") no-repeat 0 0;
  float:left;
  margin-left: 5px;
}
#Rules:hover
{ 
  background-position: 0 -16px;
}
#Rules span
{
  display: none;
}

/*------- Road Race ---------*/
#RoadRace
{
  display: block;
  width: 88px;
  height: 16px;
  background: url("../Graphics/HeaderMenuRed-RoadRace.gif") no-repeat 0 0;
  float:left;
  margin-left: 5px;
}
#RoadRace:hover
{ 
  background-position: 0 -16px;
}
#RoadRace span
{
  display: none;
}

/*------- Sprint ---------*/
#Sprint
{
  display: block;
  width: 58px;
  height: 16px;
  background: url("../Graphics/HeaderMenuRed-Sprint.gif") no-repeat 0 0;
  float:left;
  margin-left: 5px;
}
#Sprint:hover
{ 
  background-position: 0 -16px;
}
#Sprint span
{
  display: none;
}

/*------- Speedway ---------*/
#Speedway
{
  display: block;
  width: 84px;
  height: 16px;
  background: url("../Graphics/HeaderMenuRed-Speedway.gif") no-repeat 0 0;
  float:left;
  margin-left: 5px;
}
#Speedway:hover
{ 
  background-position: 0 -16px;
}
#Speedway span
{
  display: none;
}
