@charset "utf-8";
/* CSS Document */

#menu {
	margin: 0 0 0 66px;
	padding: 0;
}
#menu li {
	list-style: none;
	height: 30px;
	float: left;
	/*position: relative;*/
	display: inline;
}
#menu li a {
	height: 30px;
	text-indent: -9000px;
	display: block;
}

a#home { background-image:url(../images/nav-button-home.jpg); width: 140px; }
a#the-homes { background-image:url(../images/nav-button-the-homes.jpg); width: 140px; }
a#the-builders { background-image:url(../images/nav-button-the-builders.jpg); width: 140px; }
a#parade-map { background-image:url(../images/nav-button-parade-map.jpg); width: 140px; }

a#home:hover,
a#the-homes:hover,
a#the-builders:hover,
a#parade-map:hover { background-position: 0 -30px; }


