@charset "utf-8";
/* CSS Document */

ul#nav {
	width: 734px;
	height: 38px;
	margin: 0px;
	padding: 0px;
	}
ul#nav li {
	padding: 0px;
	margin: 0px;
	float: left;
	text-indent: -9999px;	
	list-style-type: none;
	}
ul#nav li a {
	border: 0;
	display:block;
	text-decoration:none;
	background-color: transparent;
	background-image: url(../images/nav.gif);
	background-repeat: no-repeat;
	}

li#home a {
	width: 78px;
	height: 38px;
	 }
li#menu a {
	width: 77px;
	height: 38px;
	 }
li#directions a {
	width: 116px;
	height: 38px;
	 }	 
li#whoweare a {
	width: 119px;
	height: 38px;
	 }
li#bar a {
	width: 91px;
	height: 38px;
	 }
li#links a {
	width: 75px;
	height: 38px;
	 }
li#chefsblog a {
	width: 178px;
	height: 38px;
	 }
	 	 	 	 	 	 
li#home a:hover, li#home a:focus {
	background-position:0px -38px;
	 }
	 
li#menu a:link, li#menu a:visited {	
	background-position:-78px 0px;
	}
li#menu a:hover, li#menu a:focus {	
	background-position:-78px -38px;
	}
	
li#directions a:link, li#directions a:visited {	
	background-position: -155px 0px;
	}
li#directions a:hover, li#directions a:focus {	
	background-position: -155px -38px;
	}
	
li#whoweare a:link, li#whoweare a:visited {	
	background-position: -271px 0px;
	}
li#whoweare a:hover, li#whoweare a:focus {	
	background-position: -271px -38px;
	}
	
li#bar a:link, li#bar a:visited {	
	background-position: -390px 0px;
	}
li#bar a:hover, li#bar a:focus {	
	background-position: -390px -38px;
	}

li#links a:link, li#links a:visited {	
	background-position: -481px 0px;
	}
li#links a:hover, li#links a:focus {	
	background-position: -481px -38px;
	}
li#chefsblog a:link, li#chefsblog a:visited {	
	background-position: -556px 0px;
	}
li#chefsblog a:hover {	
	background-position: -556px -38px;
	}

/* top navigation "active tabs" */

body#home-page ul#nav li#home a {
	background-position:0px -38px;
	}

body#menu-page ul#nav li#menu a {
	background-position:-78px -38px;
	}	

body#directions-page ul#nav li#directions a {
	background-position: -155px -38px;
	}		

body#whoweare-page ul#nav li#whoweare a {
	background-position: -271px -38px;
	}	

body#bar-page ul#nav li#bar a {
	background-position: -390px -38px;
	}	

body#links-page ul#nav li#links a {
	background-position: -481px -38px;
	}				
body#chefsblog-page ul#nav li#chefsblog a {
	background-position: -556px -38px;
	}	