 #homemenu {
    width: 500px; height: 40px;
    background:  url(../ui/sprite_home_nav3.gif) no-repeat;
    margin: 0 auto; padding: 0;
    position: relative;}
  #homemenu li {
    margin: 0; padding: 0; list-style: none;
    position: absolute; top: 0px;}
  #homemenu li, #homemenu a {
    height: 40px; display: block;}


  #navphotos {left: 0px; width: 150px;}
  #navphotos span {display: none;} 
  #navphotos  {text-indent: -5000px; height: 40px;}

  #navprofile {left: 151px; width: 150px;}
  #navprofile span {display: none;} 
  #navprofile  {text-indent: -5000px; height: 40px;}

  #navcontact {left: 302px; width: 200px;}
  #navcontact span {display: none;} 
  #navcontact  {text-indent: -5000px; height: 40px;}


  #navphotos a:hover {
    background: transparent url(../ui/sprite_home_nav3.gif)
	-0px -40px no-repeat;}
  #navprofile a:hover {
  	background: transparent url(../ui/sprite_home_nav3.gif)
	-151px -40px no-repeat;}
  #navcontact a:hover {
    background: transparent url(../ui/sprite_home_nav3.gif)
	-302px -40px no-repeat;}

  #navphotos a:active {
    background: transparent url(../ui/sprite_home_nav3.gif)
	-0px -80px no-repeat;}
  #navprofile a:active {
  	background: transparent url(../ui/sprite_home_nav3.gif)
	-151px -80px no-repeat;}
  #navcontact a:active {
    background: transparent url(../ui/sprite_home_nav3.gif)
	-302px -80px no-repeat;}
