﻿.menu-primary-container ul.menu {margin: 0;padding: 0; list-style: none; text-align: center;}
.menu-primary-container ul.menu  li{display: inline;}
.menu-primary-container ul.menu  li a{margin: 0 20px;font-size:12px;color:#000;text-transform: uppercase;text-decoration: none}
.menu-primary-container ul.menu  li a:hover{margin: 0 20px;font-size:12px;color:#000;text-transform: uppercase;text-decoration: none}


ul.menu {margin: 0;padding: 0; list-style: none; text-align: center;}
ul.menu  li{display: inline;}
ul.menu  li a{margin: 0 20px;font-size:12px;color:#000;text-transform: uppercase;text-decoration: none}
ul.menu  li a:hover{margin: 0 20px;font-size:12px;color:#000;text-transform: uppercase;text-decoration: none}


#ribbon{position: absolute;}
li.page-item-2{display:none}
#kitchen-hours{color:#606060;font-size:13px}

/* =Menu
-------------------------------------------------------------- */

#access {
	background: #222; /* Show a solid color for older browsers */
	background: -moz-linear-gradient(#252525, #0a0a0a);
	background: -o-linear-gradient(#252525, #0a0a0a);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#252525), to(#0a0a0a)); /* older webkit syntax */
	background: -webkit-linear-gradient(#252525, #0a0a0a);
	-webkit-box-shadow: rgba(0, 0, 0, 0.4) 0px 1px 2px;
	-moz-box-shadow: rgba(0, 0, 0, 0.4) 0px 1px 2px;
	box-shadow: rgba(0, 0, 0, 0.4) 0px 1px 2px;
	clear: both;
	display: block;
	float: left;
	margin: 0 auto 20px;
	width: 875px;
}


#access div.menu{margin:0 0 0 75px}


#access ul {
	font-size: 11px;
	list-style: none;
	margin: 0 0 0 -0.8125em;
	padding-left: 0;
}
#access li {
	float: left;
	position: relative;
}
#access a {
	color: #eee;
	display: block;
	line-height: 25px;
	padding: 0 1.2125em;
	text-decoration: none;
	text-transform: uppercase;
}
#access ul ul {
	-moz-box-shadow: 0 3px 3px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0 3px 3px rgba(0,0,0,0.2);
	box-shadow: 0 3px 3px rgba(0,0,0,0.2);
	display: none;
	float: left;
	margin: 0;
	position: absolute;
	top: 25px;
	left: 0;
	width: 188px;
	z-index: 99999;
}
#access ul ul ul {
	left: 100%;
	top: 0;
}
#access ul ul a {
	background: #f9f9f9;
	border-bottom: 1px dotted #ddd;
	color: #444;
	font-size: 11px;
	font-weight: normal;
	height: auto;
	line-height: 25px;
	padding: 0 0 0 12px;
	width: 180px;
}
#access li:hover > a,
#access ul ul :hover > a,
#access a:focus {
	background: #efefef;
}
#access li:hover > a,
#access a:focus {
	background: #f9f9f9; /* Show a solid color for older browsers */
	background: -moz-linear-gradient(#f9f9f9, #e5e5e5);
	background: -o-linear-gradient(#f9f9f9, #e5e5e5);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#f9f9f9), to(#e5e5e5)); /* Older webkit syntax */
	background: -webkit-linear-gradient(#f9f9f9, #e5e5e5);
	color: #373737;
}
#access ul li:hover > ul {
	display: block;
}
#access .current_page_item > a,
#access .current_page_ancestor > a {
	font-weight: bold;
}

