/* Navigation styles */
#primaryNav {
	padding-left: 30px;
	padding-right: 30px;
	height: 43px;
	background-image: url(img/nav/bg_nav.gif);
	margin-left: auto;
	margin-right: auto;
}

#primaryNavSpacer {
	height: 1px;
	background-color: #cfcfcf;
}

#navBody {
	float: right;
	color: #f2b316;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 18px;
	margin-top: 8px;
	margin-right: 20px;
}

/* Home Nav */
.navContainer {
	background-image: url(img/bg_menu.png);
	background-repeat: repeat-y;
	padding-left: 10px;
	padding-right: 9px;
}

#homeNav {
	height: 24px;
	text-align: center;
	float: left;
	margin: 0 auto;
}

#homeNav a:first-child {
	border-left: none;
}

#homeNav a {
	display: block;
	float: left;
	padding: 0 20px;
	border-left: 1px solid #CCC;
	text-decoration: none;
	font: 11px Verdana, Geneva, sans-serif;
	color: #b64312;
}

#homeNav a:hover { 
	text-decoration: underline; 
	color: #b64312;
}

/* Secondary Menu */
#secondaryNav {
	background-image: url(img/bg_secondary_nav.gif);
	height: 28px;
	padding-top: 12px;
}

#secondaryNav ul, #ternaryNav ul, homeNav ul {
	list-style: none;
	line-height: normal;
}

#secondaryNav li, #ternaryNav li, homeNav li {
	display: block;
	float: left;
}

#secondaryNav a:first-child {
	border-left: none;
}

#secondaryNav a {
	display: block;
	float: left;
	padding: 0 14px;
	border-left: 1px solid #66a01e;
	text-decoration: none;
	font: 11px Verdana, Geneva, sans-serif;
	color: #fff;
}

#secondaryNav a:hover { 
	text-decoration: underline; 
}

#ternaryNav {
	padding-left: 30px;
	padding-right: 30px;
	padding-top: 3px;
	height: 19px;
	background-image: url(img/bg_menu.png);
	background-repeat: repeat-y;
	margin-left: auto;
	margin-right: auto;
	display: none;
}

#ternaryNav a {
	display: block;
	float: left;
	padding: 0 10px;
	background: url(img/nav/ter_menu_line.gif) no-repeat right 60%;
	text-decoration: none;
	font: 12px Tahoma, Arial, Helvetica, sans-serif;
	color: #95697d;
}

#ternaryNav a:hover { 
	text-decoration: none; 
	color: #7a1819;
}

/* Top Menu Links */
#specials
{
	display: block;
	float: left;
	width: 81px;
	height: 43px;
	background: url("img/nav/specials.gif") no-repeat 0 0;
	padding-right: 2px;
}

#menus
{
	display: block;
	float: left;
	width: 81px;
	height: 43px;
	background: url("img/nav/menus.gif") no-repeat 0 0;
	padding-right: 2px;
}

#location
{
	display: block;
	float: left;
	width: 81px;
	height: 43px;
	background: url("img/nav/location.gif") no-repeat 0 0;
	padding-right: 2px;
}

#contact
{
	display: block;
	float: left;
	width: 81px;
	height: 43px;
	background: url("img/nav/contact.gif") no-repeat 0 0;
	padding-right: 2px;
}

#specials:hover, #menus:hover, #location:hover, #contact:hover
{ 
  background-position: 0 -43px;
}

#specials span, #menus span, #location span, #contact span
{
  display: none;
}
