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

#navlist {
	vertical-align: top;
	position: relative;
	*top: -45px; 
	width: 40%;
	margin-bottom: 20px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: lighter;
	list-style-type: none;
	border-top-color: #23120C;
	border-right-color: #23120C;
	border-bottom-color: #23120C;
	border-left-color: #23120C;
	margin-left: 10%;
	float: right;
	margin-right: 10%;
} 

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

#navlist h2 {
	background: #59A09A;
	color: #FFE549;
	position: relative;
	text-transform : uppercase;
	letter-spacing   : 0.15em;
	text-align: center;
	padding-top: 5px;
	margin: 0;
	border-top: 1px solid #94928C;
	border-left: 1px solid #94928C;
	border-right: 1px solid #94928C;
	border-bottom: 1px solid #BA918F;
	font-size: 0.9em;
	height: 23px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: lighter;
	background-color: #05283F;
} 

#navlist li {
	margin: 0;
	padding: 0;
	background: #EFEFEF;
	border-bottom: 1px solid #94928C;
	border-left: 1px solid #94928C;
	border-right: 1px solid #94928C;
	list-style: none;
	background-color: #FFFFFF;
} 

#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: 10px 10px;
	display: block;
	font-size: 0.85em;
	font-weight: bold;
	text-decoration: none;
	color: #47411C;
	line-height: normal
} 

#navlist a:hover {
	background: #D0CFCF;
	background-color: #EAA450;/*	background: #CC7E55;*/
} 

#navlist .selected a {
	color: #FFFFFF; 
	background: #932A2A;
} 

#navlist .selected a:hover {
	color: #FFFFFF; 
	background: #932A2A;
}




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

*/
