body#viewing-body {
	background: #f2e3b6;
}

div.menubar {
	width: 125px;
	position: absolute;
	padding: 0.5em 0 0;
	background: none;
/*	float: none;*/
}

.menubar a#artist {
/*	width: 110px;
	height: 50px;*/
	margin-bottom: 0;
}

.menubar a#upmenu, .menubar a#upmenu-text {
	margin: 1em 0 0 8px;
	text-align: left;
}

.menubar a#upmenu {
	display: block;
	width: 48px;
	height: 24px;
	background-repeat: no-repeat;
	background-image: url(gfx/navigation.png);
	background-position: 0 0;
}

.menubar a#upmenu:hover {
	background-position: 0px -24px;
}
