/**
 * Navlist - Secondary Vertical Navigation List  
 * ----------------------------------------------
 * 
 */

#navlist { 
	
	/* background: url('../images/bg_updates.png') repeat-y center top; */
	/* background: url('../images/bg_navlist_head.png') repeat-x left top; */
	width: 175px; 
	margin-top: 0px;
	margin-bottom: 0px;
	padding-bottom: 5px
	 
} 

#navlist ul { 
	list-style: none; 
	margin: 0; 
	padding: 0; 
	position: relative; 
} 

#navlist h3 { 
	/* background: url('../images/bg_updates.png') repeat-y center top; */
	background: url('../images/bg_navlist_head.jpg') repeat-x left top;
	/* background: url('../images/bgmenubar_11.jpg') repeat-y left top; */
	color: #FFFFFF;
	position: relative; 
	text-transform: uppercase; 
	letter-spacing: .15em;
	line-height: 1.0;
	text-align: center;
	padding-top: 45px;
	padding-bottom: 10px;
	margin: 0; 
	font-size: 1.5em; 

} 

#navlist li { 
	/* background: url('../images/bg_navlist.png') repeat-y center top; */
	background: url('../images/bg_navlist_link.jpg') repeat-x left top;
	/* background: url('../images/bgmenubar_11.jpg') repeat-y left top; */
	margin: 0; 
	padding: 0; 
	/* border-bottom: 1px dashed #418003; */
	list-style: none; 
	
} 

#navlist li.subNavList { 
	background: url('../images/bg_navlist_link.jpg') repeat-x left top;
}


#navlist li.title { 
	padding: 6px 10px 8px 20px; 
	font-size: 1.0em; 
	font-weight: bold; 
	color: white; 
	line-height: normal; 
	background: #782223;
 } 

#navlist a {
	
	padding: 8px 8px; 
	display: block; 
	font-size: .95em; 
	font-weight: bold; 
	text-decoration: none; 
	color: #FFF; 
	line-height: normal;
	letter-spacing:.02em;
} 

#navlist a:hover {
	/* background: #D0CFCF; */
	/* background: url('../images/bg_navlist_high.jpg') repeat-y center top; */
	background: url('../images/bg_navlist_head.jpg') repeat-x left top;
	/* background: #333333; */
	/* color: #333333; */
	color: #fb9a87;
	/*background: url('../images/bg_story_high.jpg') repeat-y center top; */
	/* border-left: 4px solid #FF3333;  */
	/*	background: #CC7E55;*/
} 

#navlist .selected a {
	color: #FFFFFF; 
	background: #932A2A;
} 

#navlist .selected a:hover {
	color: #FFFFFF; 
	background: #932A2A;
}


* html #navlist ul li a { 
	height: 1%; 
} 





