#nav {
	float:left;
	width:760px;
	height:45px;
	background:#E1ECCD url(images/logo8nav.png) no-repeat;
	line-height:normal;
	display:inline;
	font-size:1.1em;
}
#nav ul {
	margin:0;
	padding:10px 10px 0 70px;
	list-style:none;
}
#nav li {
	display:inline;
	margin:0;
	padding:0;
}
#nav a {
	float:left;
	background:url("images/navleft.gif") no-repeat left top;
	margin:8px 0 0 0;
	padding:0 0 0 4px;
	text-decoration:none;
}
#nav a span {
	float:left;
	display:block;
	background:url("images/navright.gif") no-repeat right top;
	padding:5px 15px 4px 6px;
	color:#B54654;
}
/* Commented Backslash Hack hides rule from IE5-Mac \*/
    #nav a span {
	float:none;
}
/* End IE5-Mac hack */
    #nav a:hover span {
	color:#FFF;
}
#nav a:hover {
	background-position:0% -42px;
}
#nav a:hover span {
	background-position:100% -42px;
}
#home .home, #about .about, #products .products, #directions .directions, #directions .directions, #contact .contact, #store .store {
	color: #FFFFFF!important;
	font-weight:bold!important;
	text-decoration:underline!important;
}
