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

#navlist { 
	vertical-align: top;
	position: inherit; 
	width: 100%; 
	margin-bottom: 10px; 
	
} 

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

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

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

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

} 

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

#navlist a:hover {
	color: #9c3022;/*	background: #CC7E55;*/
} 

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

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


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

*/
