#nav {
	height: 40px;
	margin: 0px;
	padding: 0px;
}

#nav img {
	border: none;
}

#nav li {
	float: left;
	list-style: none;
	height: 40px;
}

#nav :link, #nav :visited {
	text-decoration: none;
	height: 100%;
	display: block;
}

#services :link {
	letter-spacing: 0px;
}


/* Item specific css */
#services {
	background-image: url(images/button_services.gif);
	width: 134px;
}

#services:hover, #services.over {
	background-image: url(images/button_services.gif);
}

#projects {
	background-image: url(images/button_projects.gif);
	width: 261px;
}

#projects:hover, #projects.over {
	background-image: url(images/button_projects.gif);
}

#contact {
	background-image: url(images/button_contact.gif);
	width: 215px;
}

#contact:hover, #contact.over {
	background-image: url(images/button_contact.gif);
}