#nav {
	height: 73px;
	margin: 0px;
	padding: 0px;
}

#nav img {
	border: none;
}

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

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

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


/* Item specific css */
#who {
	background-image: url(img/button_who.gif);
	width: 106px;
}

#who:hover, #who.over {
	background-image: url(img/button_who-on.gif);
}
#who-page #who {
	background-image: url(img/button_who-on.gif);
}

#what {
	background-image: url(img/button_what.gif);
	width: 108px;
}

#what:hover, #what.over {
	background-image: url(img/button_what-on.gif);
}
#what-page #what {
	background-image: url(img/button_what-on.gif);
}


#join {
	background-image: url(img/button_join.gif);
	width: 118px;
}

#join:hover, #join.over {
	background-image: url(img/button_join-on.gif);
}
#join-page #join {
	background-image: url(img/button_join-on.gif);
}

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

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