div.navigation
{
   float: left;
   width: 200px;
}

div.navigation ul, div.navigation ul li
{
   margin: 0px;
   padding: 0px;
   list-style-type: none;
}

#but_home a
{
   display: block;
   width: 200px;
   height: 30px;
   background: url(images/but_home.png) no-repeat;
}

#but_home a:hover
{
   background: url(images/but_home.png) -200px no-repeat;
}

#but_home span
{
   display: none;
}

#but_helpTheEnvironment a
{
   display: block;
   width: 200px;
   height: 30px;
   background: url(images/but_helpTheEnvironment.png) no-repeat;
}

#but_helpTheEnvironment a:hover
{
   background: url(images/but_helpTheEnvironment.png) -200px no-repeat;
}

#but_helpTheEnvironment span
{
   display: none;
}

#but_mercedesHomes a
{
   display: block;
   width: 200px;
   height: 30px;
   background: url(images/but_mercedesHomes.png) no-repeat;
}

#but_mercedesHomes a:hover
{
   background: url(images/but_mercedesHomes.png) -200px no-repeat;
}

#but_mercedesHomes span
{
   display: none;
}

#but_spaceCoast a
{
   display: block;
   width: 200px;
   height: 30px;
   background: url(images/but_spaceCoast.png) no-repeat;
}

#but_spaceCoast a:hover
{
   background: url(images/but_spaceCoast.png) -200px no-repeat;
}

#but_spaceCoast span
{
   display: none;
}

#but_volusiaCounty a
{
   display: block;
   width: 200px;
   height: 30px;
   background: url(images/but_volusiaCounty.png) no-repeat;
}

#but_volusiaCounty a:hover
{
   background: url(images/but_volusiaCounty.png) -200px no-repeat;
}

#but_volusiaCounty span
{
   display: none;
}

#but_carbon a
{
   display: block;
   width: 200px;
   height: 30px;
   background: url(images/but_carbon.png) no-repeat;
}

#but_carbon a:hover
{
   background: url(images/but_carbon.png) -200px no-repeat;
}

#but_carbon span
{
   display: none;
}

#but_energy a
{
   display: block;
   width: 200px;
   height: 30px;
   background: url(images/but_energy.png) no-repeat;
}

#but_energy a:hover
{
   background: url(images/but_energy.png) -200px no-repeat;
}

#but_energy span
{
   display: none;
}

#but_indoor a
{
   display: block;
   width: 200px;
   height: 30px;
   background: url(images/but_indoor.png) no-repeat;
}

#but_indoor a:hover
{
   background: url(images/but_indoor.png) -200px no-repeat;
}

#but_indoor span
{
   display: none;
}

#but_water a
{
   display: block;
   width: 200px;
   height: 30px;
   background: url(images/but_water.png) no-repeat;
}

#but_water a:hover
{
   background: url(images/but_water.png) -200px no-repeat;
}

#but_water span
{
   display: none;
}

