#homenav
{
  display: block;
  width: 53px;
  height: 160px;
  background: url("../images/homenavlink.png") no-repeat 0 0;

}

#homenav:hover
{ 
  background-position: 0 -160px;
}

#homenav span
{
  display: none;
}

#printnav
{
  display: block;
  width: 53px;
  height: 160px;
  background: url("../images/printnavlink.png") no-repeat 0 0;

}

#printnav:hover
{ 
  background-position: 0 -160px;
}

#printnav span
{
  display: none;
}

#webnav
{
  display: block;
  width: 91px;
  height: 160px;
  background: url("../images/webnavlink.png") no-repeat 0 0;

}

#webnav:hover
{ 
  background-position: 0 -160px;
}

#webnav span
{
  display: none;
}

#identitynav
{
  display: block;
  width: 66px;
  height: 160px;
  background: url("../images/identitynavlink.png") no-repeat 0 0;

}

#identitynav:hover
{ 
  background-position: 0 -160px;
}

#identitynav span
{
  display: none;
}

#contactnav
{
  display: block;
  width: 66px;
  height: 160px;
  background: url("../images/contactnavlink.png") no-repeat 0 0;

}

#contactnav:hover
{ 
  background-position: 0 -160px;
}

#contactnav span
{
  display: none;
}
