@charset "utf-8";
/* CSS Document Navigation Menus*/

/* disappear mobile menu */
.nav-button, .primary-nav, .nav-phone, .nav-map , .nav-ebay{
	display:none;
}
/*nav bar at top of page */
nav {
	position:fixed;
	width:100%;
	background:#470000;
	height:3em;
	line-height:3em;
	top:0;
	left:0;
}
nav img {  /* nav logo */
	float:left;
	display:inline;
	height: 3em;
	margin:0 3%;
}
nav ul li img {  /* visit ebay store button */
	height:2.9em;
	width:98%;
	margin:.05em 1%;
}
nav ul{
	display:inline;
}
nav li.nav {
	width:14%;
	float:left;
	list-style-type:none;
	background:#470000;
	text-align:center;
	padding: 0;
}
nav li.nav:hover {
	background: white;
}
nav li.nav a{
	display: block;
	text-decoration: none;
	color:#faecae;
	height:3em; /* needed for ebay button */
	font-weight:bold;
}
nav li.nav a:hover {
	text-decoration: underline;
	color:#470000;
}
nav li.nav-on {
	list-style-type: none;
	width: 14%;
	float: left;
	line-height: 3em;
	background:#faecae;
	text-align:center;
}
nav li.nav-on a {
	text-decoration:none;
	color:#470000;
	font-weight:bold;
}
nav li.nav-on a:hover {
	text-decoration:none;
	color:#470000;
}