#navlist {
	position: absolute;
	left: 260px;
	top: 130px;
	width: 167px;
}
#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;
}
#navlist li {
	margin: 0 0 3px 0;
}
#navlist a {
	/*/*/display: block;
	padding: 2px 2px 2px 24px;
	border: 1px solid #333;
	width: 150px;
	background-color: #A48B40; /*#999;
	/*background-image:  url(artists/graphics/1_down.gif); /* */
}
#navlist a:link, #navlist a:visited {
	color: #000;
	/*/*/color: #EEE;
	text-decoration: none; /* */
}
#navlist a:hover {
	border: 1px solid #333;
	background-color: #000000; /*#FF6600;/*
	/*background-image:  url(artists/graphics/1_over.gif);*/
	color: #ffffff; /*#333;*/
}
#uberlink a:link, #uberlink a:visited, #uberlink a:hover {
	/*/*/border: 1px solid #333;
	background-color: #000000; /*#FF6600;*/
	/*background-image:  url(artists/graphics/1_over.gif);*/
	color: #FFFFFF; /*#333;*/
}

