/**
 * Navlist - Secondary Vertical Navigation List  
 * ----------------------------------------------
 * 
 */
body {
	margin-top:0px;
	font: 75%/1em Arial, Helvetica, sans-serif;
	background-color: #f6f6ce; 
}		

p {	line-height: 1.35em; } 	

ul { 
	list-style: none; 
	margin: 0; 
	padding: 3; 
	position: relative;
	font-family: lucida sans unicode;
	font-size: .75em;
	color: #7a732A; 
} 

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;
} 

li { 
	margin: 0; 
	padding: 0; 
	background: #f6f6ce;
	font-weight:  bold;
	text-family: verdana;  
	font-color: #7a732a;
	
} 

li.title { 
	padding: 6px 10px 8px 20px; 
	font-size: 0.85em; 
	font-weight: bold; 
	color: white; 
	line-height: normal; 
	background: #782223; 
} 

a {
	padding: 0px 0px; 
	display: block; 
	font-size: 1.05em; 
	font-weight: bold; 
	text-decoration: underline; 
	color: #782223; 
	line-height: normal
} 
a:link {
	padding: 0px 0px; 
	display: block; 
	font-size: 1.05em; 
	font-weight: bold; 
	text-decoration: underline;
	color: #782223; 
	line-height: normal
} 

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%; 
} 

*/