#navlist { 
	vertical-align: top;
	position: relative; 
	top: 10px; 
	width: 100%; 
/*	margin-bottom: 10px;*/ 
} 

#navlist ul { 
	list-style: none; 
	margin: 0; 
	padding: 0; 
	position: relative; 
} 

#navlist h2 { 
	font-family: Verdana, Helvetica, Times New Roman, Arial, sans-serif;
	color: #000066;
	background: #FFAB02;
	position: relative; 
/*	text-transform : uppercase;  */
/*	letter-spacing   : .15em;*/
	text-align: center;
	padding-top: 5px;
	margin: 0; 
	border-top: 1px solid #000066; 
	border-left: 1px solid #000066; 
	border-right: 1px solid #000066; 
	border-bottom: 1px solid #000066; 
	font-size: 11px; 
	height: 23px;
} 

#navlist li { 
	font-family: Arial, Verdana, Helvetica, Times New Roman, sans-serif;
	font-size: 11px; 
	margin: 0; 
	padding: 0; 
	background: #D6E2FE; 
	border-bottom: 1px solid #000066; 
	border-left: 1px solid #000066; 
	border-right: 1px solid #000066; 
/*	list-style-type:disc; */ 
/*	list-style-position:inside;*/
	color:#FF7E00
	text-align:center;
} 

#navlist li.title { 
	padding: 6px 10px 8px 20px; 
	font-size: 0.85em; 
	font-weight: bold; 
	color: #FA7A0C; 
	line-height: normal; 
	background: #000066; 
} 

#navlist a {
	padding: 10px 10px; 
	display: block; 
	font-size: 0.85em; 
	font-weight: bold; 
	text-decoration: none; 
/*	color: #525152;*/
	color: 	#000066; 
	line-height: normal
} 

#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%; 
} 

*/
