/* CSS Document */

/* 1st Tier nav */

#nav ul li a.restaurant {
	color: #333;
	background: #DAE9D6;
	border-bottom: 1px solid #333;
}

/* Open up 2nd Tier nav */

#restaurant #nav ul ul.restaurant { 
	display:list-item;
	margin: 0px;
	padding: 0px;
	list-style: none; 
	font: 100% arial, helvetica, sans-serif;  }
	
#restaurant #nav ul ul a { 
	padding: 4px 0px 4px 24px;
	width: 125px;
	border-bottom: 1px solid #333333;
	text-decoration: none; }		
	
#restaurant #nav ul ul a:link, #restaurant #nav ul ul a:visited {
	padding: 4px 0px 4px 24px;
	font-weight: normal;
	color: #333333;
	background: #FFF;}
	
#restaurant #nav ul ul a:hover {
	font-weight: normal;
	padding: 4px 0px 4px 24px;
	color: #333333;
	background: #F0F7EE;
}
	
/* Second Tier nav Links */

#restaurant.menus #nav ul ul li a.menus {	
	color: #000;
	background: #F0F7EE url(/images/arrow.gif) no-repeat 1em 0.6em;	 }
	
#restaurant.specials #nav ul ul li a.specials {	
	color: #000;
	background: #F0F7EE url(/images/arrow.gif) no-repeat 1em 0.6em;	 }

	
/* Other CSS */	
	
.box {
	margin-bottom: 10px;
}
