#nav {
	height: 29px;
	margin: 0px;
	padding: 0px;
	float:right;
}

#nav img {
	border: none;
}

#nav li {
	float: left;
	list-style: none;
	height: 29px;
}

#nav :link, #nav :visited {
	text-decoration: none;
	height: 100%;
	display: block;
}

#about :link {
	letter-spacing: 0px;
}


/* Item specific css */
#about {
	background-image: url(img/button_about.gif);
	width: 69px;
}

#about:hover, #about.over {
	background-image: url(img/button_about-on.gif);
}

#dcfinehomes {
	background-image: url(img/button_dcfinehomes.gif);
	width: 168px;
}

#dcfinehomes:hover, #dcfinehomes.over {
	background-image: url(img/button_dcfinehomes-on.gif);
}

#neighborhood {
	background-image: url(img/button_neighborhood.gif);
	width: 154px;
}

#neighborhood:hover, #neighborhood.over {
	background-image: url(img/button_neighborhood-on.gif);
}

#contact {
	background-image: url(img/button_contact.gif);
	width: 123px;
}

#contact:hover, #contact.over {
	background-image: url(img/button_contact-on.gif);
}