@charset "utf-8";
/* CSS Document */

#index
{
	display: block;
	width: 145px;
	height: 25px;
	background-image: url("../css/src/home.png");
}

#index:hover
{ 
  background-position: 0 -26px;
}

#index span
{
  display: none;
}

#aboutUs
{
  display: block;
  width: 140px;
  height: 25px;
  background: url("../css/src/about.png") no-repeat 0 0;

}

#aboutUs:hover
{ 
  background-position: 0 -26px;
}

#aboutUs span
{
  display: none;
}

#newsletter
{
  display: block;
  width: 140px;
  height: 25px;
  background: url("../css/src/news.png") no-repeat 0 0;

}

#newsletter:hover
{ 
  background-position: 0 -26px;
}

#newsletter span
{
  display: none;
}

#joinRenew
{
  display: block;
  width: 140px;
  height: 25px;
  background: url("../css/src/join.png") no-repeat 0 0;

}

#joinRenew:hover
{ 
  background-position: 0 -26px;
}

#joinRenew span
{
  display: none;
}

#directory
{
  display: block;
  width: 140px;
  height: 25px;
  background: url("../css/src/directory.png") no-repeat 0 0;

}

#directory:hover
{ 
  background-position: 0 -26px;
}

#directory span
{
  display: none;
}

#resources
{
  display: block;
  width: 140px;
  height: 25px;
  background: url("../css/src/resources.png") no-repeat 0 0;

}

#resources:hover
{ 
  background-position: 0 -26px;
}

#resources span
{
  display: none;
}

#contactUs
{
  display: block;
  width: 145px;
  height: 25px;
  background: url("../css/src/contact.png") no-repeat 0 0;

}

#contactUs:hover
{ 
  background-position: 0 -26px;
}

#contactUs span
{
  display: none;
}