/**
 * Navlist - Secondary Vertical Navigation List  
 * ----------------------------------------------
 * 
 */

#navlist {
	vertical-align: top;
	position: inherit;
	width: 100%;
	margin-bottom: 10px;
	font-style: italic;
	color: #800600;
	
} 

#navlist ul { 
	list-style: none; 
	margin: 0; 
	padding: 0; 
	position: inherit; 
} 

#navlist h2 {
	color: #800600;
	position: inherit;
	font-variant:small-caps;
	text-align: center;
	padding-top: 1px;
	padding-bottom: 1px;
	margin: 0;
	font-size: 0.95em;
	height: 15px;
	border-bottom-style: groove;
	border-bottom-color: #800600;
} 

#navlist li { 
	margin: 0; 
	padding: 0; 
	list-style: none; 
	font-size: 10pt;
	} 

#navlist li.title {
	padding: 3px 3px 3px 8px;
	color: #800600;
	line-height: normal;	

} 

#navlist a {
	padding: 3px 3px;
	display: block;
	font-size: 10pt;
	font-weight: bold;
	text-decoration: none;
	color: #069;
	line-height: normal
} 

#navlist a:hover {
	color: #800000;
	text-decoration:underline;/*	background: #CC7E55;*/
} 

#navlist .selected a {
	color: #AC9397; 
	} 

#navlist .selected a:hover {
	color: #800000; 
	}


/** html #navlist ul li a { 
	height: 1%; 
} 

*/

