/* navigation through Quilt Works web site */
body {
	font-family: arial, sans-serif;
}
#nav {padding: 0px 0 0 0;}
#nav ul li {
	display: inline;
	line-height: 25px;
	margin: 0px 10px 0px 0px;
	list-style-type: none;
}
#nav ul li a {display: inline; 
	border: solid 1px black;
	padding: 2px 2px 2px 2px; 
	font-family: arial, sans-serif; 
	font-size: 16px; 
	text-transform: uppercase;
	color: #6f0010; 
	text-decoration: none; 
	letter-spacing: 0px; 
	font-weight: normal; 
	list-style-type: none;
}
#nav ul li a:hover {
	padding: 2px 2px 2px 2px;
	font-family: arial, sans-serif;
	font-size: 16px;
	text-transformation: uppercase;
	color: #000000;
	background: #FF9C4A;
	text-decoration: none;
	letter-spacing: 0px;
	font-weight: normal;
	list-style-type: none;
}
