/**
 * Navlist - Secondary Vertical Navigation List  
 * ----------------------------------------------
 * 
 */

#navlist { 
	vertical-align: top;
	position: relative; 
	*top: -45px; 
	width: 100%; 
	margin-bottom: 20px; 
} 

#navlist ul { 
	list-style: none ; 
	margin: 0; 
	padding: 0; 
	position: relative; 
} 

#navlist h2 {
	background-image:url('../images/quicklinks.gif');
	color: #FFFFFF;
	position: relative;
	text-transform : uppercase;
	letter-spacing   : .15em;
	text-align: center;
	padding-top: 5px;
	margin: 0;
	font-size: .9em;
	height: 40px;
	width: 146px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #846d9C;
	border-right-color: #846d9C;
	border-bottom-color: #846d9c;
	border-left-color: #846d9C;
} 

#navlist li { 
	margin: 0; 
	padding: 0; 
	background: #EFEFEF; 
	border-bottom: 1px solid #846d9C; 
	border-left: 1px solid #846d9C; 
	border-right: 1px solid #846d9C; 
	list-style: none; 
	
} 

#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: 5px;
	display: block;
	font-size: small;
	font-weight: bold;
	color: #FFFFFF;
	line-height: normal;
	font-style: normal;
	background-color: #846D9C;
	font-family: Arial, Helvetica, sans-serif;
	background-position: center center;
	text-align: center;
	left: auto;
	top: auto;
	right: auto;
	bottom: auto;
	height: auto;
	width: auto;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
} 

#navlist a:hover {
	background: #D0CFCF;
/*	background: #CC7E55;*/
} 

#navlist .selected a {
	color: #FFFFFF; 
	background: #932A2A;
} 

#navlist .selected a:hover {
	color: #FFFFFF; 
	background: #932A2A;
}




/** html #navlist ul li a { 
	height: 1%; 
} 

*/
