ul#nav {
	list-style: none;
	margin: 0;
	padding: 0;
	height: 18px;
	}
	
ul#nav li {
	margin: 0; 
	padding: 0;
	display: inline;
	list-style-type: none;
	}

ul#nav a {
	float: left;
	padding: 18px 0 0;
	overflow: hidden;
	height: 0px !important;
	height /**/:18px;
	}
	
ul#nav a:hover {
	background-position: 0 -18px;
	}

/* #nav a:active, #nav a.selected {
	background-position: 0 -18px;
	} */
	
li#homenav a  {
	width: 40px;
	background: url(../images/homebutton.gif) top left no-repeat;
	padding-right: 20px;
	}

li#peopleplacesnav a  {
	width: 99px;
	background: url(../images/peopleplacesbutton.gif) top left no-repeat;
	padding-right: 20px;
	}

li#foodnav a  {
	width: 32px;
	background: url(../images/foodbutton.gif) top left no-repeat;
	padding-right: 20px;
	}

li#contactnav a  {
	width: 68px;
	background: url(../images/aboutmebutton.gif) top left no-repeat;
	}

body#home li#homenav a,
body#peopleplaces li#peopleplacesnav a,
body#food li#foodnav a,
body#contact li#contactnav a {
	background-position: 0 -18px;
}