/* CSS Document */
/* Finish CSS for text and link styling */

/* Start CSS for top nav bar */
#nav, #nav ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
	font-family: "Times New Roman", Times, serif;
	font-size: 9pt;
	font-weight: normal;
	
	}

#nav {
padding: 0;
position: absolute;
top: 215px;
height: 27px;
width: 942px;
margin-left: 4px;
margin-right: 0;
margin-top: 0;
margin-bottom: 0;
background: url(../livery/nav.jpg)  repeat-x left top;


}
#nav li
{
position: relative;
	list-style: none;
	float: left;
	width: 110px; /* Width of Menu Items */
	}
#nav li.home {
	position: relative;
	list-style: none;
	float: left;
	width: 90px; /* Width of Menu Items */
	background: url(../livery/nav.jpg)  repeat-x left top;
	padding-left: 175px;
	}
	
	#nav li.philosophy {
	position: relative;
	list-style: none;
	float: left;
	width: 90px; /* Width of Menu Items */
	background: url(../livery/nav.jpg)  repeat-x left top;
	}
#nav li.food {
	position: relative;
	list-style: none;
	float: left;
	width: 110px; /* Width of Menu Items */
	background: url(../livery/nav.jpg)  repeat-x left top;
	}

	#nav li.gallery {
	position: relative;
	list-style: none;
	float: left;
	width: 90px; /* Width of Menu Items */
	background: url(../livery/nav.jpg) repeat-x left top;
	}
	
	#nav li.local {
	position: relative;
	list-style: none;
	float: left;
	width: 90px; /* Width of Menu Items */
	background: url(../livery/nav.jpg) repeat-x left top;
	}
	
	#nav li.bookings {
	position: relative;
	list-style: none;
	float: left;
	width: 90px; /* Width of Menu Items */
	background: url(../livery/nav.jpg) repeat-x left top;
	}
	
	#nav li.contact {
	position: relative;
	list-style: none;
	float: left;
	width: 150px; /* Width of Menu Items */
	background: url(../livery/nav.jpg) repeat-x left top;
	}
	
#nav li.community {
	position: relative;
	list-style: none;
	float: left;
	width: 90px; /* Width of Menu Items */
	background: url(../livery/nav.jpg) repeat-x left top;
	}
	
	#nav li.reviews {
	position: relative;
	list-style: none;
	float: left;
	width: 90px; /* Width of Menu Items */
	background: url(../livery/nav.jpg) repeat-x left top;
	}
	
	#nav li.jazz {
	position: relative;
	list-style: none;
	float: left;
	width: 90px; /* Width of Menu Items */
	background: url(../livery/nav.jpg) repeat-x left top;
	}


#nav li a {  /* only top level lists */
padding-top: 5px;
display: block;
	color: #FFF;
	text-decoration: none;
	text-align: center;
	height: 27px;
	}

#nav li a:hover {  
color: #CCCCCC;
}

/* Finish CSS for top nav bar */
