#nav {
	width: 180px;
	margin: 2px 0 1px 6px;
	border-style: solid solid none solid;
	border-color: #3D261D;
	border-width: 2px;
	}
	
#nav li a {
	height: 32px;
  	voice-family: "\"}\""; 
  	voice-family: inherit;
  	height: 24px;
	text-decoration: none;
	}	
	
#nav li a:link, #nav li a:visited {
	color: #E4D6CD;
	display: block;
	background:url(images/nav.gif);
	padding: 8px 0 0 10px;
	}
	
#nav li a:hover {
	color: #FFF;
	background:url(images/nav.gif) 0 -32px;
	padding: 8px 0 0 10px;
	}	
#home .home,
#about .about,
#what .what,
#membership .membership,
#calendar .calendar,
#contact .contact {
	color: #fff!important;
	font-weight:bold!important;
	border-left:#fff solid!important; 
}