/* CSS for Navigation Menu */
	#navlist {
	position: absolute;
	left: 10px;
	top: 160px;
	width: 186px;
	color: #000000;
	}
	
	#navlist ul {
	margin: 0; /*removes indent IE and Opera*/
	padding: 0; /*removes indent Mozilla and NN7*/
	list-style-type: none; /*turns off display of bullet*/
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	}
	
	#navlist li {
	margin: 0 0 0px 0;
	}
	
	#navlist a {
	/*display: block;
	background-color: #999;
	border: 1px solid #ffffff;*/
	width: 158px;
	padding: 0px 0px 0px 2px;
	color: #000000;
	/*background-image:  url(l1_down.gif); /* */
	}
	
	#navlist a:link, #navlist a:visited {
	color: #000000;
	text-decoration: none; /* */
	}
	
	#navlist a:hover {
	/*
	background-color: #DADADA;		
	border: 1px solid #666666;
	background-image:  url(img/rollover_bg.jpg);*/
	color: #000000;
	}
	
	/* 	lowText is the submenu item before rollover and
		highText is the submenu item while rolling over it */
	.lowText { text-decoration: none; color: #000000; font: 8pt Tahoma, Arial, Helvetica }
	.highText { text-decoration: none; color: #000000; font: 8pt Tahoma, Arial, Helvetica }
	
	/* itemBorder is the border outlining the submenus */
	.itemBorder { border: 1px solid #666666 }
	.itemBorderBlank { border: 1px solid #CCCCDD }


