#navlist {
	position: absolute;
	left: 0px;
	top: 65px;
	width: 150px;
	height: 128px;
}
#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: "AvantGarde Bk BT", Helvetica, sans-serif;
	font-size: 14px;
}
#navlist li {
	margin: 0 0 0px 0;
}
#navlist a {
	/*/*/display: block;
	padding: 0px 0px 0px 10px;
	border: 1px solid #BEB0A9;
	width: 150px;
	background-color: #BEB0A9;
	background-image:  url(images/newl1_down.gif); /* */
}
#navlist a:link, #navlist a:visited {
	color: #000000;
	/*/*/color: #EEEEEE;
	text-decoration: none; /* */
}
#navlist a:hover {
	border: 1px solid #B3A49D;
	background-color: #E8E3E1;
	background-image:  url(images/newl1_over.gif);/* */
	color: #333333;
}
#selected a:link, #selected a:visited, #selected a:hover {
	/*/*/border: 1px solid #BEB0A9;
	background-color: #E8E3E1;
	background-image:  url(images/newl1_over.gif);/* */
	color: #333; /* */
}
.body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
.nav3 {
	font-family: "AvantGarde Bk BT", Helvetica, sans-serif;
	font-size: 14px;
	color: #CC0000;
}
.smalltext {
	font-family: "AvantGarde Bk BT", Helvetica, sans-serif;
	font-size: 8pt;
}
.Addbanners {
	font-family: "AvantGarde Bk BT", Helvetica, sans-serif;
	font-size: 12pt;
}

