﻿.menu_fs
{
  display: block;
  width: 174px;
  height: 39px;
  background: url(Assets/menu_foreclosure_sales.png) no-repeat 0 0;

}

.menu_fs:hover
{ 
  background-position: 0 -39px;
}

/* Put link text in span tag to hide it during display, but not from accessibility tools and search engines */
.menu_fs span 
{
  display: none;
}

.menu_faq
{
  display: block;
  width: 84px;
  height: 39px;
  background: url(Assets/menu_faq.png) no-repeat 0 0;

}

.menu_faq:hover
{ 
  background-position: 0 -39px;
}

/* Put link text in span tag to hide it during display, but not from accessibility tools and search engines */
.menu_faq span 
{
  display: none;
}

.menu_directions
{
  display: block;
  width: 124px;
  height: 39px;
  background: url(Assets/menu_directions.png) no-repeat 0 0;

}

.menu_directions:hover
{ 
  background-position: 0 -39px;
}

/* Put link text in span tag to hide it during display, but not from accessibility tools and search engines */
.menu_directions span 
{
  display: none;
}

