#nav {
	width: 200px;
	margin: 70px 10px 10px 10px;
}
	
#nav li a {

	height: 32px;
  	voice-family: "\"}\""; 
  	voice-family: inherit;
  	height: 24px;
	text-decoration: underline;
	}	
	
#nav li a:link, #nav li a:visited {
	color: #252525;
	font-size:.9em;
	display: block;
	background:  url(images/nav.png);
	padding: 8px 0 0 20px;
	}
	
#nav li a:hover {
	color: #333333;
	background:  url(images/nav.png) 0 -32px;
	padding: 8px 0 0 20px;
	}
	
#home .home,
#about .about,
#product .product,
#location .location,
#contact .contact,
#lease .lease
 {
 	color: #750e07!important;
}