/* CSS Document */

li:hover ul, li.over ul { /* lists nested under hovered list items */
	display: block;
}

.navhome {
	display:block;
	width:93px;
	height:27px;
	background: #ddd url(images/nav-bg-2.png) repeat-x;
	font-size: 14px;
	font-weight: bold;
	color:#fff;
	text-align:center;
	border-right:1px solid #314310;
}

.navhome a {
	display:block;
	width:93px;
	height:22px;
	padding-top:5px;
	background: #ddd url(images/nav-bg-2.png) repeat-x;
	font-size: 14px;
	font-weight: bold;
	color:#fff;
	text-decoration: none;
	border-right:1px solid #314310;
}

.navhome a:visited {
	display:block;
	width:93px;
	height:22px;
	padding-top:5px;
	background: #ddd url(images/nav-bg-2.png) repeat-x;
	font-size: 14px;
	font-weight: bold;
	color:#fff;
	text-decoration: none;
	border-right:1px solid #314310;
}

.navhome a:hover {
	display:block;
	width:93px;
	height:22px;
	padding-top:5px;
	background: #ddd url(images/nav-bg-2-hover.png) repeat-x;
	font-size: 14px;
	font-weight: bold;
	color:#fff;
	text-decoration: none;
	border-right:1px solid #314310;
}

.navhome a:active {
	display:block;
	width:93px;
	height:22px;
	padding-top:5px;
	background: #ddd url(images/nav-bg-2-hover.png) repeat-x;
	font-size: 14px;
	font-weight: bold;
	color:#fff;
	text-decoration: none;
	border-right:1px solid #314310;
}

.navlogin {
	display:block;
	width:95px;
	height:27px;
	text-align:center;
}

.navlogin a {
	display:block;
	width:95px;
	height:22px;
	padding-top:5px;
	background: #ddd url(images/nav-bg-2.png) repeat-x;
	font-size: 14px;
	font-weight: bold;
	color:#fff;
	text-decoration: none;
}

.navlogin a:visited {
	display:block;
	width:95px;
	height:22px;
	padding-top:5px;
	background: #ddd url(images/nav-bg-2.png) repeat-x;
	font-size: 14px;
	font-weight: bold;
	color:#fff;
	text-decoration: none;
}

.navlogin a:hover {
	display:block;
	width:95px;
	height:22px;
	padding-top:5px;
	background: #ddd url(images/nav-bg-2-hover.png) repeat-x;
	font-size: 14px;
	font-weight: bold;
	color:#fff;
	text-decoration: none;
}

.navlogin a:active {
	display:block;
	width:95px;
	height:22px;
	padding-top:5px;
	background: #ddd url(images/nav-bg-2-hover.png) repeat-x;
	font-size: 14px;
	font-weight: bold;
	color:#fff;
	text-decoration: none;
}

#nav {
	list-style: none;
	margin: 0;
	padding: 0;
	height: 27px;
	background: #ddd url(images/nav-bg.png) repeat-x;
	font-size: 14px;
	font-weight: bold;
}

#nav li {
	display: inline;
}

#nav li a {
	display: block;
	float: left;
	height: 27px;
	padding: 0 22px;
	line-height: 26px;
	text-decoration: none;
	color: #fff;
	border-right: 1px solid #314310;
}

#nav li a.last {
	border: 0;
}

#nav li a:hover, #nav li.current {
	background: url(images/nav-bg-hover.png) repeat-x;
	
}

#nav li a span {

}

body>#page-container>#top-fade>#page>#content {
	margin: 3px 0 0 10px;
}


.clear {
	display: block;
	clear: both;
}


body > #page > #page-padding > #content-area > #sidetools {
	top: 18px;
	right: 18px;
}

#sub-nav {
	list-style: none;
	margin: 0;
	padding: 0 0 0 1em;
}

#sub-nav li a {
	display: block;
	text-decoration: none;
}

#sub-nav li a:hover {
	text-decoration: underline;
}

#preview-nav {
	clear: both;
}

#feature {
	z-index: 1;
}

#nav {

}

#nav li {
	display: block;
	float: left;
}

#nav li li {
	float: none;
	width: auto;
	background: url(images/nav-sub-bg.png) top repeat-y;
}

#nav li li a {
	display: block;
	float: none;
	height: auto;
	border: none;
	padding: 0;
	width: 200px;
	line-height: 1;
	font-size: 14px;
	color: #444;
	font-weight: bold;
	background-color: #e2e7bd;
	text-align: left;
	border-bottom:1px dotted #314310;
}

#nav li li a span {
	display: block;
	padding: 8px 25px 8px 10px;
}

#nav li li a:hover {
	background-color: transparent;
}

#nav li li a:hover span {
	background: #e2e7bd;
	background-image:url(images/sub-flame.png);
	background-position:right;
	background-repeat:no-repeat;
}

#nav li a {
	float: none;
	padding: 0;
	text-align: center;
}

#nav li li a {
	float: none;
}

#nav ul {
	line-height: 1;
	font-size: 0; /* IE hack */
}

#nav li ul {
	margin: 0;
	padding: 0;
	position: absolute;
	z-index: 10;
	width: 200px;
	left: -5000px;
	border: 2px solid #314310;
	background: #ccc;
	line-height: 1;
}

#nav li:hover ul ul, #nav li.sfhover ul ul {
	left: -5000px;
}

#nav li:hover ul, #nav li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul {
	left: auto;
}

#nav li ul ul {
	margin: -33px 0 0 200px;
}

#nav-home {
	width: 29px;
}

#nav #nav-home a {
	background-image: url(images/nav-home.gif);
	background-repeat: no-repeat;
	background-position: center;
}

#nav-home span {
	display: none;
}

#nav-home2 {
	width: 111px;
}

#nav-about {
	width: 152px;
}

#nav-sausage {
	width: 125px;
}

#nav-grillsides {
	width: 142px;
}

#nav-contact {
	width: 121px;
}

#nav-cart {
	width: 131px;
}

#nav-login {
	width: 133px;
}