#navigation {
background:url("../images/navigation.png") 0px 0px no-repeat;
width:1000px;
height:40px;
margin:0;
padding:0;
}

#navigation span {
display: none;
}

#navigation li, #navigation a {
height:40px;
display:block;
}

#navigation li {
float:left;
list-style:none;
display:inline;
}

#home {width: 125px;}
#about_us {width: 125px;}
#gallery {width: 125px;}
#community {width: 125px;}
#invest_in_us {width: 125px;}
#contact_us {width: 125px;}
#season_2010 {width: 125px;}
#features {width: 125px;}

#home a:hover {background:url("../images/navigation.png") 0px -50px no-repeat; }
#about_us a:hover {background:url("../images/navigation.png") -125px -50px no-repeat; }
#gallery a:hover {background:url("../images/navigation.png") -250px -50px no-repeat; }
#community a:hover {background:url("../images/navigation.png") -375px -50px no-repeat; }
#invest_in_us a:hover {background:url("../images/navigation.png") -500px -50px no-repeat; }
#contact_us a:hover {background:url("../images/navigation.png") -625px -50px no-repeat; }
#season_2010 a:hover {background:url("../images/navigation.png") -750px -50px no-repeat; }
#features a:hover {background:url("../images/navigation.png") -875px -50px no-repeat; }
