* {
	margin:0;
	padding:0;
	}
body {
	background:#fff;
	margin:0px;
	text-align:center;
	}
#nav {
	width:460px;
	height:31px;
	margin:0 auto;
	background:url(menu_bar.gif) no-repeat;
	}
#nav li {
	list-style-type:none;
	float:left;
	width:92px;
	height:31px;
	}
#nav a {
	display:block;
	width:92px;
	height:31px;
	text-indent:-9999em;
	}
.nav_home a:hover {
	background:url(menu_bar.gif) no-repeat -460px 0;
	}
.nav_about a:hover {
	background:url(menu_bar.gif) no-repeat -552px 0;
	}
.nav_platters a:hover {
	background:url(menu_bar.gif) no-repeat -644px 0;
	}
.nav_dinner a:hover {
	background:url(menu_bar.gif) no-repeat -736px 0;
	}
.nav_contact a:hover {
	background:url(menu_bar.gif) no-repeat -828px 0;
	}
#bd-home .nav_home {
	background:url(menu_bar.gif) no-repeat -920px 0;
	}
#bd-about .nav_about {
	background:url(menu_bar.gif) no-repeat -1012px 0;
	}
#bd-platters .nav_platters {
	background:url(menu_bar.gif) no-repeat -1104px 0;
	}
#bd-dinner .nav_dinner {
	background:url(menu_bar.gif) no-repeat -1196px 0;
	}
#bd-contact .nav_contact {
	background:url(menu_bar.gif) no-repeat -1288px 0;
	}	
#bd-home .nav_home a, 
#bd-about .nav_about a, 
#bd-platters .nav_platters a, 
#bd-dinner .nav_dinner a,
#bd-contact .nav_contact a {
	background:none;
	}

