/**
 * Navlist - Secondary Vertical Navigation List  
 * ----------------------------------------------
 * 
 */

#navlist { 
	vertical-align: top;
	position: relative; 
	top: -5px; 
	width: 200px; 
	margin-bottom: 0px;
	padding: 1.5em; 1.5em; 0 1.5em;
} 

#navlist ul { 
	list-style: none; 
	margin: 0; 
	padding: 3; 
	position: relative;
	font-family: lucida sans unicode;
	font-size: 1.0em;
	color: #7a732A; 
} 

#navlist h2 { 
	background: #f6f6ce; 
	color: #7A732A;
	position: relative; 
	text-transform : uppercase; 
	letter-spacing   : .2em;
	text-align: center;
	padding-top: 5px;
	margin: 0; 
	border-top: 1px solid #B1A233; 
	border-left: 1px solid #b1A233; 
	border-right: 1px solid #b1A233; 
	border-bottom: 1px solid #b1A233; 
	font-size: .9em; 
	height: 23px;
} 

#navlist li { 
	margin: 0; 
	padding: 0; 
	background: #f6f6ce;
	font-weight:  bold;
	text-family: verdana;  
	font-color: #7a732a;
	
} 

#navlist li.title { 
	padding: 6px 10px 8px 20px; 
	font-size: 0.85em; 
	font-weight: bold; 
	color: white; 
	line-height: normal; 
	background: #782223; 
} 

#navlist a {
	padding: 0px 0px; 
	display: block; 
	font-size: 1.05em; 
	font-weight: bold; 
	text-decoration: underline; 
	color: #782223; 
	line-height: normal
} 
#navlist a:link {
	padding: 0px 0px; 
	display: block; 
	font-size: 1.05em; 
	font-weight: bold; 
	text-decoration: underline;
	color: #782223; 
	line-height: normal
} 

#navlist a:hover {
	background: #999966;
	
} 

#navlist .selected a {
	color: #FFFFFF; 
	background: #932A2A;
} 

#navlist .selected a:hover {
	color: #FFFFFF; 
	background: #932A2A;
}




/** html #navlist ul li a { 
	height: 1%; 
} 

*/