/* Here are the menubutton rollovers */

/* Home */
		
#homemenu
{
  display: block;
  width: 80px;
  height: 30px;
  background: url("http://chrisfarlowethefilm.com/wp-content/themes/farlowe/images/home.gif") no-repeat 0 0;

}

#homemenu:hover
{ 
  background-position: 0 -30px;
}

#homemenu span
{
  display: none;
}



/* Trailer */
		
#trailmenu
{
  display: block;
  width: 128px;
  height: 30px;
  background: url("http://chrisfarlowethefilm.com/wp-content/themes/farlowe/images/trail.gif") no-repeat 0 0;

}

#trailmenu:hover
{ 
  background-position: 0 -30px;
}

#trailmenu span
{
  display: none;
}



/* Blog */
		
#blogmenu
{
  display: block;
  width: 74px;
  height: 30px;
  background: url("http://chrisfarlowethefilm.com/wp-content/themes/farlowe/images/blog.gif") no-repeat 0 0;

}

#blogmenu:hover
{ 
  background-position: 0 -30px;
}

#blogmenu span
{
  display: none;
}



/* Contact */
		
#contactmenu
{
  display: block;
  width: 116px;
  height: 30px;
  background: url("http://chrisfarlowethefilm.com/wp-content/themes/farlowe/images/contact.gif") no-repeat 0 0;

}

#contactmenu:hover
{ 
  background-position: 0 -30px;
}

#contactmenu span
{
  display: none;
}
