#navlist {
	position: absolute;
	left: 36px;
	top: 86px;
	width: 186px;
}

#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: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: Bold;
	font-weight: bold;
}

#navlist li {
	margin: 0 0 0px 0;
}

#navlist a {
	/*/*/display: block;
	padding: 0px 0px 0px 20px;
	border: 1px solid #333;
	width: 112px;
	background-color: #999;
	background-image:  url(images/l1_down.gif); /* */
}

#navlist a:link, #navlist a:visited {
	color: #000;
	/*/*/color: #FBFBFB;
	text-decoration: none; /* */
}

#navlist a:hover {
	border: 1px solid #333;
	background-color: #5A85D5;
	background-image:  url(images/l1_over.gif);
	color: Black;
}

#uberlink a:link, #uberlink a:visited, #uberlink a:hover {
	/*/*/border: 1px solid #333;
	background-color: #5A85D5;
	background-image:  url(images/l1_over.gif);
	color: #333; /* */
}