#nav
{
	margin: 0 0 20px 233px;
}

#nav ul,
#nav ul li
{
	display: inline;
	margin: 0;
	z-index: 9999;
}

#nav ul li a:focus, #nav ul li a:active
{
	outline: 0 none;
	-moz-outline: 0 none;
}


#nav ul li
{
	list-style: none;
	padding: 0;
	overflow: hidden;
	position: relative;
	text-indent: -9999px;
	z-index: 9999;
}

#nav ul li a
{
	display: block;
	margin-top: 10px;
	width: 216px;
	height: 29px;
}

#nav ul li.home a
{
	background: url(/images/nav_sprite.png) no-repeat 0px 0px;	
}

#nav ul li.home a:hover,
#nav ul li.home a.active
{
	background: url(/images/nav_sprite.png) no-repeat -220px 0px;	
}

#nav ul li.menu a
{
	background: url(/images/nav_sprite.png) no-repeat 0px -42px;	
}

#nav ul li.menu a:hover,
#nav ul li.menu a.active
{
	background: url(/images/nav_sprite.png) no-repeat -220px -42px;	
}

#nav ul li.catering a
{
	background: url(/images/nav_sprite.png) no-repeat 0px -80px;	
}

#nav ul li.catering a:hover,
#nav ul li.catering a.active
{
	background: url(/images/nav_sprite.png) no-repeat -220px -80px;	
}

#nav ul li.history a
{
	background: url(/images/nav_sprite.png) no-repeat 0px -122px;	
}

#nav ul li.history a:hover,
#nav ul li.history a.active
{
	background: url(/images/nav_sprite.png) no-repeat -220px -122px;	
}

/* Disable holiday menu for now */
#nav ul li.holiday {display: none;}

#nav ul li.holiday a
{
	background: url(/images/nav_sprite.png) no-repeat 0px -162px;	
}

#nav ul li.holiday a:hover,
#nav ul li.holiday a.active
{
	background: url(/images/nav_sprite.png) no-repeat -220px -162px;	
}