/*  file: list_as_nav.css
 *  author: Laura Carlson <lcarlson@d.umn.edu>
 *  version: 1
 */
	
#navlist {
	max-width: 200px;
	width: 200px;
	border-left: 1px solid #94AA74;
	border-right: 1px solid #94AA74;
	border-top: 1px solid #94AA74;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.95em;
	
	}
#navlist ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}	
	
#navlist li a:link, #navlist li a:visited {
	color: #26370A;
	text-decoration: none;
	display: block;
	background: url(bg_list.gif) repeat-x;
	padding: 10px 0 0 10px;

  	height: 32px;
  	voice-family: "\"}\""; 
  	voice-family: inherit;
  	height: 22px;
	}
	
#navlist li a:hover, #navlist li a:active {
	color: #000;
	text-decoration: none;
	display: block;
	background: url(bg_list_2.gif) repeat-x;
	padding: 10px 0 0 10px;

  	height: 32px;
  	voice-family: "\"}\""; 
  	voice-family: inherit;
  	height: 22px;
	}