ul#nav {
	width: 158px;
	list-style-type: none;
}
#nav a{
	width: 118px;
	height: 70px;
	padding: 25px 20px;
	display: block;
	text-decoration: none;
}
				#about-me {background: url(images/button.gif);}
				#about-me:hover {background-position: bottom;}
#brace {background: url(images/button.gif);}
#brace:hover {background-position: bottom;}
				#neck {background: url(images/button.gif);}
				#neck:hover {background-position: bottom;}
#sales {background: url(images/button.gif);}
#sales:hover {background-position: bottom;}
				#service {background: url(images/button.gif);}
				#service:hover {background-position: bottom;}
#contact-us {background: url(images/button.gif);}
#contact-us:hover {background-position: bottom;}
	body#about a#about-me,
	body#bracelets a#brace,
	body#necklaces a#neck,
	body#salesnav a#sales,
	body#servicenav a#service,
	body#contactnav a#contact-us {
			background-position: bottom;
	}

