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

.navContainer {
	width: 800px;
	height: 59px;
	position: relative;
	float: left;
}
.insideNavContainer {
	width: 800px;
	height: 59px;
	position: relative;
	float: left;
	top: -155px;
}
.navButtonContainer {
	width: 780px;
	height: 34px;
	position: relative;
	float:left;
}
.navButtonBox {
	width: 101px;
	height: 34px;
	position: relative;
	float: right;
	z-index: 2;
}
.linkBox {
	width: 800px;
	height: 25px;
	position: relative;
	float:left;
	background-color: #f4ce0d;
	z-index: -1;
	margin: 0;
}
a.navLinks:link ul {
	display: none;
	visibility: hidden;
	font-family: "Trebuchet MS", Tahoma;
	color: #663333;
	font-size: 11px;
	text-decoration: none;
}
a.navLinks:visited ul {
	display: none;
	visibility: hidden;
	font-family: "Trebuchet MS", Tahoma;
	color: #663333;
	font-size: 11px;
	text-decoration: none;
}
a.navLinks:hover ul {
	display: block;
	visibility: visible;
	font-family: "Trebuchet MS", Tahoma;
	color: #663333;
	font-size: 11px;
	text-decoration: none;
}
a.navLinks:active ul {
	display: none;
	visibility: hidden;
	font-family: "Trebuchet MS", Tahoma;
	color: #663333;
	font-size: 11px;
	text-decoration: none;
}
ul.links li {
	list-style-image: none;
	list-style-position: outside;
	list-style-type: none;
	z-index: 2;
	display: block;
	width: 800px;
	text-decoration: none;
	
	
}
.indexShopContainer {
	width: 800px;
	height: 64px;
	position: relative;
	float: left;
	top: -69px;
	z-index: 5;
}
.shopContainer {
	width: 800px;
	height: 64px;
	position: relative;
	float: left;
}
.insideShopContainer {
	width: 800px;
	height: 64px;
	position: relative;
	float: left;
	top: -197px;
}
.shopButtonBox {
	width: 67px;
	height: 32px;
	position: absolute;
	float: left;
	z-index: 2;
}
.eatButtonBox {
	width: 67px;
	height: 32px;
	position: absolute;
	float: left;
	z-index: 2;
	left: 67px;
}
.moreButtonBox {
	width: 67px;
	height: 32px;
	position: absolute;
	float: left;
	z-index: 2;
	left: 134px;
}
.shopLinkBox {
	width: 800px;
	position: relative;
	float: left;
	z-index: 5;
	top: -5px;
}
* + html .shopLinkBox {
	 top: 2px;
}
.shopColorBar {
	width: 800px;
	height: 32px;
	background-color: #831b25;
	position: absolute;
	float:left;
	top: 32px;
}
a.shopLinks:link p {
	display: none;
	visibility: hidden;
	font-family: "Trebuchet MS", Tahoma;
	color: #ffffff;
	font-size: 12px;
	text-decoration: none;
}
a.shopLinks:visited p {
	display: none;
	visibility: hidden;
	font-family: "Trebuchet MS", Tahoma;
	color: #ffffff;
	font-size: 12px;
	text-decoration: none;
}
a.shopLinks:hover p {
	display: block;
	visibility: visible;
	font-family: "Trebuchet MS", Tahoma;
	color: #ffffff;
	font-size: 12px;
	text-decoration: none;
	padding-left: 10px;
}
a.shopLinks:active p {
	display: none;
	visibility: hidden;
	font-family: "Trebuchet MS", Tahoma;
	color: #ffffff;
	font-size: 12px;
	text-decoration: none;
}